mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 08:01:20 +02:00
Fix mpv error with MediaSession
This commit is contained in:
parent
4df17e41cd
commit
6906813bbc
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue