Skip to content

Commit

Permalink
apple music quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ancientjpeg committed Mar 24, 2024
1 parent 6140bf2 commit 8dd0be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mussty/apple_music.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async def get_songs_for_playlist(offset: int, paginator: Paginator):
playlist_songs_pag = Paginator(
get_songs_for_playlist_by_id(playlist), limit=limit, total=total
)
playlist.songs = playlist_songs_pag
playlist.songs = playlist_songs_pag.records

for playlist in all_playlists:
self.add_playlist(playlist)
Expand Down

0 comments on commit 8dd0be8

Please sign in to comment.