Added playback resumption
This commit is contained in:
parent
541a6fffe5
commit
e7c10c8b6a
3 changed files with 37 additions and 3 deletions
|
@ -183,6 +183,7 @@ object MusicUtil : KoinComponent {
|
|||
return lyrics
|
||||
}
|
||||
|
||||
@JvmStatic
|
||||
fun getMediaStoreAlbumCoverUri(albumId: Long): Uri {
|
||||
val sArtworkUri = Uri.parse("content://media/external/audio/albumart")
|
||||
return ContentUris.withAppendedId(sArtworkUri, albumId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue