Fix Android issues
This commit is contained in:
parent
1096cea0b4
commit
f6ff0f6565
10 changed files with 1051 additions and 952 deletions
|
@ -74,6 +74,7 @@ object SongLoader {
|
|||
return song
|
||||
}
|
||||
|
||||
@JvmStatic
|
||||
fun getSong(context: Context, queryId: Int): Song {
|
||||
val cursor = makeSongCursor(context, AudioColumns._ID + "=?", arrayOf(queryId.toString()))
|
||||
return getSong(cursor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue