Added swipe songs
This commit is contained in:
parent
7289b271dc
commit
d2076fc1d4
5 changed files with 196 additions and 94 deletions
|
@ -153,7 +153,11 @@ object MusicPlayerRemote {
|
|||
}
|
||||
return null
|
||||
}
|
||||
|
||||
fun getQueueDurationSongs(): Int {
|
||||
return if (musicService != null) {
|
||||
musicService!!.playingQueue.size
|
||||
} else -1
|
||||
}
|
||||
/**
|
||||
* Async
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue