mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-19 16:45:20 +01:00
Added Shuffle fab in songs, albums & artist tab
This commit is contained in:
parent
c80293f33a
commit
6e081f30c0
10 changed files with 90 additions and 5 deletions
|
@ -301,7 +301,7 @@ object MusicPlayerRemote : KoinComponent {
|
|||
return false
|
||||
}
|
||||
|
||||
private fun setShuffleMode(shuffleMode: Int): Boolean {
|
||||
fun setShuffleMode(shuffleMode: Int): Boolean {
|
||||
if (musicService != null) {
|
||||
musicService!!.shuffleMode = shuffleMode
|
||||
return true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue