mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
handle discs in album page
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user