From b5bef229fb94729f7c89e415149a3b2227225658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 24 May 2021 21:22:39 -0500 Subject: [config.env.example]: update --- config.env.example | 2 +- 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 -- cgit v1.2.3