mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
fix: show albums with a single track as singles
This commit is contained in:
+1
-1
@@ -173,7 +173,7 @@ class Album:
|
||||
|
||||
# REVIEW: Reading from the config file in a for loop will be slow
|
||||
# TODO: Find a
|
||||
if singleTrackAsSingle and len(tracks) == 1:
|
||||
if singleTrackAsSingle and self.trackcount == 1:
|
||||
return True
|
||||
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user