Fix play request payload

This commit is contained in:
advplyr 2022-05-27 20:48:13 -05:00
parent f930ba1941
commit c1c56f8f52

View file

@ -563,7 +563,7 @@ class PlayerNotificationService : MediaBrowserServiceCompat() {
}
fun getPlayItemRequestPayload(forceTranscode:Boolean):PlayItemRequestPayload {
return PlayItemRequestPayload(getMediaPlayer(), getDeviceInfo(), !forceTranscode, forceTranscode)
return PlayItemRequestPayload(getMediaPlayer(), !forceTranscode, forceTranscode, getDeviceInfo())
}
fun getContext():Context {