Added swipe songs

This commit is contained in:
h4h13 2019-12-08 22:08:51 +05:30
parent 7289b271dc
commit d2076fc1d4
5 changed files with 196 additions and 94 deletions

View file

@ -153,7 +153,11 @@ object MusicPlayerRemote {
}
return null
}
fun getQueueDurationSongs(): Int {
return if (musicService != null) {
musicService!!.playingQueue.size
} else -1
}
/**
* Async
*/