Alexis06030631 / yt_music_api

A simple, easy to use API for YouTube Music.
https://alexis06030631.github.io/yt_music_api/
6 stars 0 forks source link

Issue: Music.getRadioPlaylist() Returns the Current Song in the Playlist #6

Closed DylanAkp closed 4 months ago

DylanAkp commented 4 months ago

Current Behavior: The Music.getRadioPlaylist() method returns a list of Music object related to this Music but it also includes the current Music object itself

Expected Behavior: The Music.getRadioPlaylist() method should return a list of related Music, excluding the current Music object from the list.

Steps to Reproduce: Call the Music.getRadioPlaylist() method. The returned playlist includes the Music object itself

Alexis06030631 commented 4 months ago

Fixed as of version 2.0.0-beta.1.6.11