mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Fix crash on stopping
This commit is contained in:
parent
85a32d18d3
commit
5255a89126
3 changed files with 110 additions and 22 deletions
|
|
@ -138,7 +138,8 @@ class PlaybackViewModel
|
|||
// .setEnableDecoderFallback(true)
|
||||
// .setExtensionRendererMode(rendererMode),
|
||||
// ).build()
|
||||
MpvPlayer(context)
|
||||
// TODO add settings for enabling HW decoding
|
||||
MpvPlayer(context, false)
|
||||
.apply {
|
||||
playWhenReady = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue