mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
move loader to search bar
This commit is contained in:
@@ -127,7 +127,7 @@ def getTags(full_path):
|
||||
try:
|
||||
title = audio['TIT2'][0]
|
||||
except:
|
||||
title = 'Unknown'
|
||||
title = full_path.split('/')[-1]
|
||||
except:
|
||||
title = full_path.split('/')[-1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user