mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
minor UI fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user