changed title fallback

This commit is contained in:
Martin Wagner 2021-08-03 20:16:46 +02:00
parent 2e879d9a77
commit 19acf66a16

View File

@ -496,7 +496,7 @@ class ClientHelper():
def pepare_song_for_display(song): def pepare_song_for_display(song):
base_song={ base_song={
"title": _("Unknown Title"), "title": os.path.basename(song["file"]),
"track": "", "track": "",
"disc": "", "disc": "",
"artist": "", "artist": "",