handle discs in album page

This commit is contained in:
geoffrey45
2022-08-02 22:47:19 +03:00
parent 11d33e9617
commit 3dcb8ed2ef
8 changed files with 60 additions and 12 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ def get_album():
album.count == 1
and tracks[0].title == album.title
and tracks[0].tracknumber == 1
and tracks[0].disknumber == 1
and tracks[0].discnumber == 1
):
album.is_single = True