From e89750b3a9b1b1c765920eed41415c2f422ca426 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 9 Nov 2020 16:41:52 +0100 Subject: [PATCH] Update mopidy configuration Signed-off-by: Severin Kaderli --- system/.config/mopidy/mopidy.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/system/.config/mopidy/mopidy.conf b/system/.config/mopidy/mopidy.conf index 48030f6..7acbb20 100644 --- a/system/.config/mopidy/mopidy.conf +++ b/system/.config/mopidy/mopidy.conf @@ -97,7 +97,6 @@ command_blacklist = [] [jellyfin] hostname = https://media.kaderli.dev username = severin -password = libraries = Music -albumartistsort = False (Optional: will default to True if left undefined) -album_format = {ProductionYear} - {Name} (Optional: will default to "{Name}" if left undefined) \ No newline at end of file +albumartistsort = False +album_format = {ProductionYear} - {Name} \ No newline at end of file