Update cover art urls

This commit is contained in:
advplyr
2021-10-03 06:43:43 -05:00
parent 683af098de
commit ee118abf59
5 changed files with 19 additions and 8 deletions
@@ -35,7 +35,6 @@ class MyNativeAudio : Plugin() {
jsobj.put("playWhenReady", playWhenReady)
notifyListeners("onPrepareMedia", jsobj)
}
override fun onCar() {}
})
}
mainActivity.pluginCallback = foregroundServiceReady
@@ -51,7 +51,6 @@ class PlayerNotificationService : MediaBrowserServiceCompat() {
fun onPlayingUpdate(isPlaying: Boolean)
fun onMetadata(metadata: JSObject)
fun onPrepare(audiobookId:String, playWhenReady:Boolean)
fun onCar()
}
private val tag = "PlayerService"
@@ -547,8 +546,6 @@ class PlayerNotificationService : MediaBrowserServiceCompat() {
// No further calls will be made to other media browsing methods.
null
} else {
listener.onCar()
val extras = Bundle()
extras.putInt(
MediaConstants.DESCRIPTION_EXTRAS_KEY_CONTENT_STYLE_BROWSABLE,