Skip to content

Commit

Permalink
fix: getting playlist suggestions not working
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Mar 6, 2024
1 parent 6b4c10b commit fb2c1c5
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 @@ -94,7 +94,7 @@ export async function get_playlist_suggestions(
"musicShelfContinuation",
limit,
(params: any) => request_json(endpoint, { data, params, signal }),
parse_playlist_items,
data => parse_playlist_items(data),
undefined,
true,
);
Expand Down

0 comments on commit fb2c1c5

Please sign in to comment.