You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue on my end as well.
I have checked the playlist songs with queryAudiosFrom() method and confirm that the song exists in the playlist.
However the song is not removed from the playlist, even though response from the removeFromPlaylist() is true
AS said in the topic, function returns true but the song isnt being removed from playlist. I am using lib in version
2.9.0
Relevant code fragment:
where
songs[index].id
is a element from list ofSongModel
objects, andplaylist
is an instance ofPlaylistModel
The text was updated successfully, but these errors were encountered: