We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a44359 commit f690ff1Copy full SHA for f690ff1
listeningSession/listeningSession.go
@@ -173,7 +173,6 @@ func tryUnfollowQueuePlaylistIfNecessary(session model.FullListeningSession) err
173
174
err := client.UnfollowPlaylist(ownerId, playlistId)
175
if err != nil {
176
- // TODO: Don't fail if user does not follow the playlist anymore.
177
return err
178
}
179
0 commit comments