aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-06-14 18:54:15 -0500
committerJesús <heckyel@hyperbola.info>2021-06-14 18:54:15 -0500
commitf3f9e3c9cee52754a04ef2998038a6491bf4cddb (patch)
treeed5c4f6496d607b6add642b67da53d6113f8477f /core
parent5ee330f66a59bdc4c34195eb66c3cb0b693aa0bd (diff)
downloadyt-local-docker-f3f9e3c9cee52754a04ef2998038a6491bf4cddb.tar.lz
yt-local-docker-f3f9e3c9cee52754a04ef2998038a6491bf4cddb.tar.xz
yt-local-docker-f3f9e3c9cee52754a04ef2998038a6491bf4cddb.zip
update patch
Diffstat (limited to 'core')
-rw-r--r--core/0001.patch32
1 files changed, 16 insertions, 16 deletions
diff --git a/core/0001.patch b/core/0001.patch
index 83c97f7..9942ad9 100644
--- a/core/0001.patch
+++ b/core/0001.patch
@@ -1,5 +1,5 @@
diff --git a/settings.py b/settings.py
-index ee46733..9c44ec8 100644
+index 4cd882b..53290a2 100644
--- a/settings.py
+++ b/settings.py
@@ -456,6 +456,6 @@ def settings_page():
@@ -11,7 +11,7 @@ index ee46733..9c44ec8 100644
else:
flask.abort(400)
diff --git a/youtube/__init__.py b/youtube/__init__.py
-index 3977464..60cfcc0 100644
+index 9a5f66c..ed68ff4 100644
--- a/youtube/__init__.py
+++ b/youtube/__init__.py
@@ -13,9 +13,6 @@ yt_app.url_map.strict_slashes = False
@@ -25,10 +25,10 @@ index 3977464..60cfcc0 100644
def homepage():
return flask.render_template('home.html', title="YT Local")
diff --git a/youtube/static/channel.css b/youtube/static/channel.css
-index ada086d..3d2d36a 100644
+index c8750da..b0f249e 100644
--- a/youtube/static/channel.css
+++ b/youtube/static/channel.css
-@@ -270,11 +270,9 @@ hr {
+@@ -264,11 +264,9 @@ hr {
.item-box {
display: grid;
@@ -43,10 +43,10 @@ index ada086d..3d2d36a 100644
.item-video {
diff --git a/youtube/static/local_playlist.css b/youtube/static/local_playlist.css
-index 33771f4..1689b31 100644
+index 3b32f0b..e5554dc 100644
--- a/youtube/static/local_playlist.css
+++ b/youtube/static/local_playlist.css
-@@ -246,11 +246,9 @@ hr {
+@@ -240,11 +240,9 @@ hr {
.item-box {
display: grid;
@@ -61,10 +61,10 @@ index 33771f4..1689b31 100644
.item-video {
diff --git a/youtube/static/playlist.css b/youtube/static/playlist.css
-index 8438ceb..a614056 100644
+index 4bde3b5..e13b61b 100644
--- a/youtube/static/playlist.css
+++ b/youtube/static/playlist.css
-@@ -256,11 +256,9 @@ hr {
+@@ -250,11 +250,9 @@ hr {
.item-box {
display: grid;
@@ -79,10 +79,10 @@ index 8438ceb..a614056 100644
.item-video {
diff --git a/youtube/static/search.css b/youtube/static/search.css
-index ff1fbda..b9b7952 100644
+index da622fa..3f6aff5 100644
--- a/youtube/static/search.css
+++ b/youtube/static/search.css
-@@ -274,11 +274,9 @@ hr {
+@@ -268,11 +268,9 @@ hr {
.item-box {
display: grid;
@@ -97,10 +97,10 @@ index ff1fbda..b9b7952 100644
.item-video {
diff --git a/youtube/static/subscription.css b/youtube/static/subscription.css
-index 2004bd6..9a963ba 100644
+index c163d9e..d2b589c 100644
--- a/youtube/static/subscription.css
+++ b/youtube/static/subscription.css
-@@ -250,11 +250,9 @@ hr {
+@@ -244,11 +244,9 @@ hr {
.item-box {
display: grid;
@@ -115,10 +115,10 @@ index 2004bd6..9a963ba 100644
.item-video {
diff --git a/youtube/static/watch.css b/youtube/static/watch.css
-index b141b91..310b0e7 100644
+index 73eefdc..29c98ed 100644
--- a/youtube/static/watch.css
+++ b/youtube/static/watch.css
-@@ -399,11 +399,9 @@ label[for=options-toggle-cbox] {
+@@ -393,11 +393,9 @@ label[for=options-toggle-cbox] {
.item-box {
display: grid;
@@ -133,10 +133,10 @@ index b141b91..310b0e7 100644
.item-video {
diff --git a/youtube/templates/base.html b/youtube/templates/base.html
-index 012151f..760a113 100644
+index f78d1b0..d45f60e 100644
--- a/youtube/templates/base.html
+++ b/youtube/templates/base.html
-@@ -117,22 +117,6 @@
+@@ -118,22 +118,6 @@
</div>
</form>