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 /core/entrypoint.sh | |
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
Diffstat (limited to 'core/entrypoint.sh')
-rw-r--r-- | core/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |