update
This commit is contained in:
parent
f7fa9079e8
commit
70b1124922
@ -23,7 +23,8 @@ ENABLE_COMMENTS_AVATARS=True
|
|||||||
DEFAULT_COMMENT_SORTING=0
|
DEFAULT_COMMENT_SORTING=0
|
||||||
|
|
||||||
THEATER_MODE=True
|
THEATER_MODE=True
|
||||||
DEFAULT_RESOLUTION=720
|
DEFAULT_RESOLUTION=1080
|
||||||
|
PREFER_UNI_SOURCES=True
|
||||||
|
|
||||||
USE_VIDEO_PLAYER=2
|
USE_VIDEO_PLAYER=2
|
||||||
PROXY_IMAGES=True
|
PROXY_IMAGES=True
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
diff --git a/settings.py b/settings.py
|
diff --git a/settings.py b/settings.py
|
||||||
index a7dd398..bbcfa71 100644
|
index c97e3d8..76b7065 100644
|
||||||
--- a/settings.py
|
--- a/settings.py
|
||||||
+++ b/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:
|
for func, old_value, value in to_call:
|
||||||
func(old_value, value)
|
func(old_value, value)
|
||||||
|
|
||||||
@ -133,10 +133,10 @@ index 116dbae..6e4e645 100644
|
|||||||
|
|
||||||
.item-video {
|
.item-video {
|
||||||
diff --git a/youtube/templates/base.html b/youtube/templates/base.html
|
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
|
--- a/youtube/templates/base.html
|
||||||
+++ b/youtube/templates/base.html
|
+++ b/youtube/templates/base.html
|
||||||
@@ -118,22 +118,6 @@
|
@@ -126,22 +126,6 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
@ -54,7 +54,9 @@ default_comment_sorting = ${DEFAULT_COMMENT_SORTING:-0}
|
|||||||
|
|
||||||
theater_mode = ${THEATER_MODE:-True}
|
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}
|
use_video_player = ${USE_VIDEO_PLAYER:-0}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user