Skip to content

Commit

Permalink
fix get_playlists crashing when getting related tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Nov 27, 2023
1 parent 905bca2 commit 065841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixins/playlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export async function get_playlist(

playlist.suggestions = get_continuation_contents(
suggestions_shelf,
parse_playlist_items,
(results: any) => parse_playlist_items(results),
);

playlist.suggestions_continuation = j(
Expand Down

0 comments on commit 065841f

Please sign in to comment.