fixed real ugly bug

This commit is contained in:
Hellow
2023-04-03 18:09:05 +02:00
parent 838c2b5875
commit 9b9f3ec8f4
2 changed files with 22 additions and 1 deletions

View File

@@ -890,6 +890,9 @@ class Musify(Page):
album.update_tracksort()
print(album.song_collection)
print()
return album
@classmethod