mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
extract original thumbnail image
This commit is contained in:
@@ -321,7 +321,6 @@ def get_similar_artists(artisthash: str):
|
||||
|
||||
similar = ArtistStore.get_artists_by_hashes(result.get_artist_hash_set())
|
||||
|
||||
# print(similar)
|
||||
if len(similar) > limit:
|
||||
similar = random.sample(similar, limit)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user