Skip to content

Commit

Permalink
Fix existing songs not skipped when starting radio from player
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Oct 31, 2024
1 parent 5ef7c57 commit 46bcdc2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ abstract class PlayerServicePlayer(internal val service: PlayerService) {
},
onSuccessfulLoad = onSuccessfulLoad,
insertion_index = index,
skip_existing = false,
clear_after = true
)
}
Expand Down

0 comments on commit 46bcdc2

Please sign in to comment.