Don't put 'Unknown' as the format if it doesn't exist

This commit is contained in:
rembo10
2012-08-15 13:19:41 +05:30
parent b9ebde486e
commit 7a2851a338

View File

@@ -103,7 +103,7 @@
trackduration = 'n/a'
if not track['Format']:
format = 'Unknown'
format = ''
else:
format = track['Format']
%>