diff options
Diffstat (limited to 'core/entrypoint.sh')
-rw-r--r-- | core/entrypoint.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/entrypoint.sh b/core/entrypoint.sh index a42ca5a..ce8d0e3 100644 --- a/core/entrypoint.sh +++ b/core/entrypoint.sh @@ -54,7 +54,9 @@ default_comment_sorting = ${DEFAULT_COMMENT_SORTING:-0} theater_mode = ${THEATER_MODE:-True} -default_resolution = ${DEFAULT_RESOLUTION:-720} +default_resolution = ${DEFAULT_RESOLUTION:-2160} + +prefer_uni_sources = ${PREFER_UNI_SOURCES:-True} use_video_player = ${USE_VIDEO_PLAYER:-0} |