diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-24 21:22:39 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-24 21:22:39 -0500 |
commit | b5bef229fb94729f7c89e415149a3b2227225658 (patch) | |
tree | d66303e4967f3426fdec27cc11278f1666589be7 | |
parent | 16c2bf49844244004120e232d500704906304841 (diff) | |
download | yt-local-docker-b5bef229fb94729f7c89e415149a3b2227225658.tar.lz yt-local-docker-b5bef229fb94729f7c89e415149a3b2227225658.tar.xz yt-local-docker-b5bef229fb94729f7c89e415149a3b2227225658.zip |
[config.env.example]: update
-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 |