diff --git a/app/models/album.py b/app/models/album.py index afe4f80b..34ecbac7 100644 --- a/app/models/album.py +++ b/app/models/album.py @@ -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 (