Skip to content

fix: youtube radio lists not beign correctly fetched#102

Merged
1Lucas1apk merged 1 commit into
PerformanC:v3from
ToddyTheNoobDud:v3
Oct 25, 2025
Merged

fix: youtube radio lists not beign correctly fetched#102
1Lucas1apk merged 1 commit into
PerformanC:v3from
ToddyTheNoobDud:v3

Conversation

@ToddyTheNoobDud

@ToddyTheNoobDud ToddyTheNoobDud commented Oct 25, 2025

Copy link
Copy Markdown
Member

Changes

The changes modify the request to the /next endpoint for radio playlists by adding videoId: currentVideoId to the body, which should make the API return tracks related to that video instead of unrelated content.

Why

This fix addresses the issue where radio playlist URLs were loading playlists with incorrect tracks, ensuring that the playlist contains relevant content based on the video ID in the URL.

Checkmarks

  • [ X ] The modified endpoints have been tested.
  • [ X ] Used the same indentation as the rest of the project.
  • [ X ] Still compatible with LavaLink clients.

Additional information

Example, loading the playlist: https://www.youtube.com/watch?v=wlPbUqXyaZ4&list=RDWZQ6YKF_e4c&index=2, should return princess cuts my wrist as the first song, and them load songs related to it (ON THIS FIX)

before, if you add the same playlist, it would randomize to any song, and play a playlist that u never asked for or no songs related to it

This fix addresses the issue where radio playlist URLs were loading playlists with incorrect tracks, ensuring that the playlist contains relevant content based on the video ID in the URL.
@1Lucas1apk 1Lucas1apk merged commit eafc2a3 into PerformanC:v3 Oct 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants