diff options
-rw-r--r-- | config.env.example | 2 | ||||
-rw-r--r-- | core/entrypoint.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config.env.example b/config.env.example index 5907d2c..e6e59bc 100644 --- a/config.env.example +++ b/config.env.example @@ -20,7 +20,7 @@ DEFAULT_COMMENT_SORTING=0 THEATER_MODE=True DEFAULT_RESOLUTION=720 -USE_VIDEO_HOTKEYS=True +USE_VIDEO_PLAYER=2 PROXY_IMAGES=True USE_COMMENTS_JS=True USE_SPONSORBLOCK_JS=False diff --git a/core/entrypoint.sh b/core/entrypoint.sh index 708ba03..859f6a0 100644 --- a/core/entrypoint.sh +++ b/core/entrypoint.sh @@ -50,7 +50,7 @@ theater_mode = $THEATER_MODE default_resolution = $DEFAULT_RESOLUTION -use_video_hotkeys = $USE_VIDEO_HOTKEYS +use_video_player = $USE_VIDEO_PLAYER proxy_images = $PROXY_IMAGES |