Skip to content

Commit

Permalink
Fix hide sequence count updates (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesoup12 authored Nov 24, 2023
1 parent 08dde58 commit 08d5380
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ public ResponseEntity<PluginResponse> updateWhatsPlaying(UpdateWhatsPlayingReque
this.remotePreferenceRepository.save(remotePreference);
}

//Update hide sequence counts
this.updateSequenceHideCounts(remoteToken);

return ResponseEntity.status(200).body(PluginResponse.builder().currentPlaylist(request.getPlaylist()).build());
}

Expand Down

0 comments on commit 08d5380

Please sign in to comment.