use all flag to check drives

This commit is contained in:
mungai-njoroge
2023-11-14 12:54:28 +03:00
parent 5f1bb28f5d
commit 1d71ba856b
5 changed files with 26 additions and 8 deletions
+2
View File
@@ -159,6 +159,8 @@ class Album:
"""
return self.title.strip().endswith(" EP")
# TODO: check against number of tracks
def check_is_single(self, tracks: list[Track]):
"""
Checks if the album is a single.