Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
siper committed Feb 2, 2025
1 parent 5c73d84 commit b639123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ internal class PlayerQueueAudioSourceManagerImpl(
prepare()
play()
}
setPlayingSource(source)
setPlayingSource(source.first())
}

override suspend fun addSource(vararg source: AudioSource, shuffled: Boolean) {
Expand Down

0 comments on commit b639123

Please sign in to comment.