mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
use setters to manipulate artist and playlist objects
This commit is contained in:
@@ -36,7 +36,7 @@ class ArtistStore:
|
||||
|
||||
for artist in cls.artists:
|
||||
if artist.artisthash == artisthash:
|
||||
artist.colors = color
|
||||
artist.set_colors(color)
|
||||
break
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user