mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-04 18:59:30 +01:00
Don't put 'Unknown' as the format if it doesn't exist
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
trackduration = 'n/a'
|
||||
|
||||
if not track['Format']:
|
||||
format = 'Unknown'
|
||||
format = ''
|
||||
else:
|
||||
format = track['Format']
|
||||
%>
|
||||
|
||||
Reference in New Issue
Block a user