Skip to content

Commit f690ff1

Browse files
committed
Remove unnecessary todo
1 parent 3a44359 commit f690ff1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

listeningSession/listeningSession.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ func tryUnfollowQueuePlaylistIfNecessary(session model.FullListeningSession) err
173173

174174
err := client.UnfollowPlaylist(ownerId, playlistId)
175175
if err != nil {
176-
// TODO: Don't fail if user does not follow the playlist anymore.
177176
return err
178177
}
179178

0 commit comments

Comments
 (0)