use setters to manipulate artist and playlist objects

This commit is contained in:
geoffrey45
2023-03-26 18:57:25 +03:00
parent 5487dad27b
commit fe6c12d856
6 changed files with 33 additions and 23 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class ArtistStore:
for artist in cls.artists:
if artist.artisthash == artisthash:
artist.colors = color
artist.set_colors(color)
break
@classmethod