Added fragment to bottom options
This commit is contained in:
parent
1dc0a8fcc0
commit
bad40d4ccd
12 changed files with 80 additions and 112 deletions
|
@ -71,7 +71,7 @@ object MusicPlayerRemote {
|
|||
musicService!!.position = position
|
||||
}
|
||||
}
|
||||
|
||||
@JvmStatic
|
||||
val playingQueue: ArrayList<Song>
|
||||
get() = if (musicService != null) {
|
||||
musicService?.playingQueue as ArrayList<Song>
|
||||
|
@ -390,6 +390,7 @@ object MusicPlayerRemote {
|
|||
}
|
||||
return false
|
||||
}
|
||||
|
||||
@JvmStatic
|
||||
fun playFromUri(uri: Uri) {
|
||||
if (musicService != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue