aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/0001.patch8
-rw-r--r--core/entrypoint.sh4
2 files changed, 7 insertions, 5 deletions
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 @@
</div>
</form>
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}