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:
geoffrey45
2023-03-21 22:15:31 +03:00
parent a5d61e8919
commit 32bb3d37e1
4 changed files with 25 additions and 4 deletions
+1 -3
View File
@@ -71,9 +71,7 @@ def get_album_tracks_and_info():
album.check_is_single(tracks)
if album.is_single:
album.is_single = True
else:
if not album.is_single:
album.check_type()
album.is_favorite = check_is_fav(albumhash, FavType.album)