move loader to search bar

This commit is contained in:
geoffrey45
2021-12-31 21:56:38 +03:00
parent d74aee0c46
commit 1cb6843dc3
12 changed files with 76 additions and 68 deletions
+1 -1
View File
@@ -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]