diff options
author | Astound <kirito@disroot.org> | 2025-03-02 05:21:48 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2025-03-02 05:21:48 +0800 |
commit | 28dac0bb360524c5a019f66e434fe7ce85a0f0b9 (patch) | |
tree | 1452cb1afadfc35676d10085408191a26e86cd6d /core/0001.patch | |
parent | ef7466cb9016b7f054e6c87dbc1db53a4ddb0a3b (diff) | |
download | yt-local-docker-28dac0bb360524c5a019f66e434fe7ce85a0f0b9.tar.lz yt-local-docker-28dac0bb360524c5a019f66e434fe7ce85a0f0b9.tar.xz yt-local-docker-28dac0bb360524c5a019f66e434fe7ce85a0f0b9.zip |
update to yt-local v0.2.20
Diffstat (limited to 'core/0001.patch')
-rw-r--r-- | core/0001.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/0001.patch b/core/0001.patch index c73e4a5..1798703 100644 --- a/core/0001.patch +++ b/core/0001.patch @@ -1,8 +1,8 @@ diff --git a/settings.py b/settings.py -index eb210c5..fce9c56 100644 +index 2de5efa..7e0a452 100644 --- a/settings.py +++ b/settings.py -@@ -589,6 +589,6 @@ def settings_page(): +@@ -591,6 +591,6 @@ def settings_page(): for func, old_value, value in to_call: func(old_value, value) @@ -11,7 +11,7 @@ index eb210c5..fce9c56 100644 else: flask.abort(400) diff --git a/youtube/__init__.py b/youtube/__init__.py -index 64aed56..437c5ad 100644 +index 0072f74..3a4a4b1 100644 --- a/youtube/__init__.py +++ b/youtube/__init__.py @@ -14,9 +14,6 @@ yt_app.url_map.strict_slashes = False @@ -25,10 +25,10 @@ index 64aed56..437c5ad 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 030bc11..29f0c05 100644 +index e842beb..ca68246 100644 --- a/youtube/static/channel.css +++ b/youtube/static/channel.css -@@ -268,11 +268,9 @@ hr { +@@ -269,11 +269,9 @@ hr { .item-box { display: grid; |