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
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