implemented downloading

This commit is contained in:
Hellow2
2023-03-31 10:34:29 +02:00
parent 094c4256d4
commit 5bf7392ab3
6 changed files with 74 additions and 9 deletions

View File

@@ -533,7 +533,7 @@ class Artist(MainObject):
is_split=True,
albumsort=666,
dynamic=True,
song_list=self.feature_song_collection.copy()
song_list=self.feature_song_collection.shallow_list
)
def get_all_songs(self) -> List[Song]: