diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-31 21:05:34 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-31 21:05:34 -0500 |
commit | 1526049de1d43deeb69630d062aff939410a38a1 (patch) | |
tree | 21cf597b87077a896cf71977d036df1488eb952a /core/0001.patch | |
parent | 70b1124922dfde27f76686fea1013a26b3e3c722 (diff) | |
download | yt-local-docker-1526049de1d43deeb69630d062aff939410a38a1.tar.lz yt-local-docker-1526049de1d43deeb69630d062aff939410a38a1.tar.xz yt-local-docker-1526049de1d43deeb69630d062aff939410a38a1.zip |
patch: update
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 fb3ca75..3854fac 100644 --- a/core/0001.patch +++ b/core/0001.patch @@ -1,8 +1,8 @@ diff --git a/settings.py b/settings.py -index c97e3d8..76b7065 100644 +index fdaebc7..9154055 100644 --- a/settings.py +++ b/settings.py -@@ -491,6 +491,6 @@ def settings_page(): +@@ -502,6 +502,6 @@ def settings_page(): for func, old_value, value in to_call: func(old_value, value) @@ -133,7 +133,7 @@ index 116dbae..6e4e645 100644 .item-video { diff --git a/youtube/templates/base.html b/youtube/templates/base.html -index 8795027..e8f567b 100644 +index 045d85d..d3c1bd6 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html @@ -126,22 +126,6 @@ @@ -257,7 +257,7 @@ index 7a7ce9e..4749d4c 100644 {% endblock main %} diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html deleted file mode 100644 -index 62a8bed..0000000 +index 5e240b2..0000000 --- a/youtube/templates/subscription_manager.html +++ /dev/null @@ -1,77 +0,0 @@ @@ -283,7 +283,7 @@ index 62a8bed..0000000 - <form class="subscriptions-import-form" enctype="multipart/form-data" action="/youtube.com/import_subscriptions" method="POST"> - <h2>Import subscriptions</h2> - <div class="subscriptions-import-options"> -- <input type="file" id="subscriptions-import" accept="application/json, application/xml, text/x-opml" name="subscriptions_file"> +- <input type="file" id="subscriptions-import" accept="application/json, application/xml, text/x-opml, text/csv" name="subscriptions_file"> - <input type="submit" value="Import"> - </div> - </form> |