minor UI fixes

This commit is contained in:
geoffrey45
2022-05-07 19:33:54 +03:00
parent fb67f568ad
commit f913e59103
19 changed files with 37 additions and 63 deletions
+2 -2
View File
@@ -37,11 +37,11 @@ class Populate:
def run(self):
self.check_untagged()
self.tag_files()
if len(self.files) == 0:
if len(self.tagged_tracks) == 0:
return
self.tag_files()
self.create_pre_albums()
self.create_albums()
api.ALBUMS.sort(key=lambda x: x.hash)