mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
changed title fallback
This commit is contained in:
parent
2e879d9a77
commit
19acf66a16
@ -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": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user