mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
draft stats
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user