fix: mute videos by default

This commit is contained in:
Akesi Seli 2024-11-11 10:25:40 +01:00
parent 4e354f2c43
commit bf5a1f78f5

View File

@ -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