Fix mpv error with MediaSession

This commit is contained in:
Damontecres 2026-01-07 14:03:14 -05:00
parent 4df17e41cd
commit 6906813bbc
No known key found for this signature in database

View file

@ -246,7 +246,8 @@ class MpvPlayer(
override fun getPlaybackSuppressionReason(): Int = PLAYBACK_SUPPRESSION_REASON_NONE override fun getPlaybackSuppressionReason(): Int = PLAYBACK_SUPPRESSION_REASON_NONE
override fun getPlayerError(): PlaybackException? { override fun getPlayerError(): PlaybackException? {
TODO("Not yet implemented") // TODO
return null
} }
override fun setPlayWhenReady(playWhenReady: Boolean) { override fun setPlayWhenReady(playWhenReady: Boolean) {