Added Shuffle fab in songs, albums & artist tab

This commit is contained in:
Prathamesh More 2021-09-23 20:56:30 +05:30
parent c80293f33a
commit 6e081f30c0
10 changed files with 90 additions and 5 deletions

View file

@ -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