-
-
Notifications
You must be signed in to change notification settings - Fork 27
[BUG] - Allow only songs from this playlist not working correctly #170
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Songify Version
v1.7.2.0
Describe the bug
There is a bug in Songify Slim/Util/Songify/TwitchHandler.cs in the CheckIsSongAllowed method
It checks against Settings.Settings.SpotifyPlaylistId
It should be checking against Settings.Settings.SpotifySongLimitPlaylist
This bug makes it so that the "Allow only songs from this playlist (SR)" setting does not work correctly unless the chosen playlist matches the "Liked Songs Playlist" setting. Any song requests will fail if the two do not match.
To Reproduce
Steps to reproduce the behavior:
- Set "Liked Songs Playlist" to empty or a playlist
- Set "Allow only songs from this playlist (SR)" to a different playlist
- Attempt to request a song through Twitch from the playlist set as "Allow only songs from this playlist (SR)"
- Observe that the song request fails
Expected behavior
Both settings should work independently from one another.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working