mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fixed player speed
This commit is contained in:
parent
9316482b7d
commit
b5a38b39be
1 changed files with 2 additions and 0 deletions
|
@ -987,6 +987,8 @@ open class FullScreenPlayer : AbstractPlayerFragment(R.layout.fragment_player) {
|
||||||
// useSystemBrightness =
|
// useSystemBrightness =
|
||||||
// settingsManager.getBoolean(ctx.getString(R.string.use_system_brightness_key), false)
|
// settingsManager.getBoolean(ctx.getString(R.string.use_system_brightness_key), false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
playback_speed_btt?.isVisible = playBackSpeedEnabled
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
logError(e)
|
logError(e)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue