mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 07:18:39 +01:00
fix: mute videos by default
This commit is contained in:
parent
4e354f2c43
commit
bf5a1f78f5
@ -82,6 +82,7 @@ internal class SharedResources : CoreResources {
|
||||
override fun getPlayerConfig(contentScale: ContentScale): PlayerConfig =
|
||||
PlayerConfig(
|
||||
isFullScreenEnabled = false,
|
||||
isMute = true,
|
||||
videoFitMode =
|
||||
if (contentScale == ContentScale.Fit) {
|
||||
ScreenResize.FIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user