mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add a store method to count the number of tracks in a folder
~ Courtesy of chatgpt3.5 + add a few a TODO
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ class Album:
|
||||
"""
|
||||
if (
|
||||
len(tracks) == 1
|
||||
and tracks[0].title == self.title
|
||||
and tracks[0].title.lower() == self.title.lower()
|
||||
|
||||
# and tracks[0].track == 1
|
||||
# and tracks[0].disc == 1
|
||||
|
||||
Reference in New Issue
Block a user