From 70b1124922dfde27f76686fea1013a26b3e3c722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 29 Aug 2021 23:56:32 -0500 Subject: update --- core/0001.patch | 8 ++++---- core/entrypoint.sh | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'core') diff --git a/core/0001.patch b/core/0001.patch index 9fbf77b..fb3ca75 100644 --- a/core/0001.patch +++ b/core/0001.patch @@ -1,8 +1,8 @@ diff --git a/settings.py b/settings.py -index a7dd398..bbcfa71 100644 +index c97e3d8..76b7065 100644 --- a/settings.py +++ b/settings.py -@@ -477,6 +477,6 @@ def settings_page(): +@@ -491,6 +491,6 @@ def settings_page(): for func, old_value, value in to_call: func(old_value, value) @@ -133,10 +133,10 @@ index 116dbae..6e4e645 100644 .item-video { diff --git a/youtube/templates/base.html b/youtube/templates/base.html -index 3a5d9d0..971f0c8 100644 +index 8795027..e8f567b 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html -@@ -118,22 +118,6 @@ +@@ -126,22 +126,6 @@ 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} -- cgit v1.2.3