mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-06 01:20:29 +05:30
Merge pull request #5937 from FireMasterK/remove-dup-player-parameters
fix: remove setUsePlatformDiagnostics being called twice
This commit is contained in:
commit
649dfbcac2
@ -520,7 +520,6 @@ object PlayerHelper {
|
|||||||
.setHandleAudioBecomingNoisy(true)
|
.setHandleAudioBecomingNoisy(true)
|
||||||
.setLoadControl(getLoadControl())
|
.setLoadControl(getLoadControl())
|
||||||
.setAudioAttributes(audioAttributes, handleAudioFocus)
|
.setAudioAttributes(audioAttributes, handleAudioFocus)
|
||||||
.setUsePlatformDiagnostics(false)
|
|
||||||
.build()
|
.build()
|
||||||
.apply {
|
.apply {
|
||||||
loadPlaybackParams(isBackgroundMode)
|
loadPlaybackParams(isBackgroundMode)
|
||||||
|
Loading…
Reference in New Issue
Block a user