draft stats

This commit is contained in:
cwilvx
2024-10-05 08:32:26 +03:00
parent cb2e98a832
commit 4be2b80bf9
7 changed files with 412 additions and 3 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ def create_artists(
artists = dict()
for track in all_tracks:
this_artists = track.artists
this_artists = [*track.artists]
for a in track.albumartists:
if a not in this_artists: