Merge branch 'WorldObservationLog:master' into master

pull/13/head
zhaarey 4 months ago committed by GitHub
commit 8d4c8e232c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/api.py

@ -223,7 +223,7 @@ async def get_songs_from_artist(artist_id: str, storefront: str, token: str, lan
if artist_song.next:
next_songs = await get_songs_from_artist(artist_id, storefront, token, lang, offset + 20)
songs.extend(next_songs)
return list[set(songs)]
return list(set(songs))
@alru_cache

Loading…
Cancel
Save