Skip to content

Commit

Permalink
re-add thumbnails to get_playlist (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 authored Jul 15, 2024
1 parent c39bb32 commit 2a0a45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ytmusicapi/mixins/playlists.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def get_playlist(
if description_shelf
else None
)
playlist["thumbnails"] = nav(header, THUMBNAILS)
playlist["title"] = nav(header, TITLE_TEXT)
playlist.update(parse_song_runs(nav(header, SUBTITLE_RUNS)[2 + playlist["owned"] * 2 :]))

Expand Down

0 comments on commit 2a0a45a

Please sign in to comment.