diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-31 18:55:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-31 18:55:43 -0500 |
commit | cce717f49c5db957cb989224bf2188052518e7e0 (patch) | |
tree | 322422471c8b08d68fb3e4d95457fe427a4aad27 /core | |
parent | 0561f2c0156066a23d7478864a3a0cb3c926cd87 (diff) | |
download | yt-local-docker-cce717f49c5db957cb989224bf2188052518e7e0.tar.lz yt-local-docker-cce717f49c5db957cb989224bf2188052518e7e0.tar.xz yt-local-docker-cce717f49c5db957cb989224bf2188052518e7e0.zip |
patch: update
Diffstat (limited to 'core')
-rw-r--r-- | core/0001.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/0001.patch b/core/0001.patch index 8aa24be..c435acc 100644 --- a/core/0001.patch +++ b/core/0001.patch @@ -25,7 +25,7 @@ index 3604b21..0a2d363 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 3742418..52fd064 100644 +index 030bc11..29f0c05 100644 --- a/youtube/static/channel.css +++ b/youtube/static/channel.css @@ -268,11 +268,9 @@ hr { @@ -43,7 +43,7 @@ index 3742418..52fd064 100644 .item-video { diff --git a/youtube/static/local_playlist.css b/youtube/static/local_playlist.css -index f40df49..30deac3 100644 +index dedd2dd..9aa8811 100644 --- a/youtube/static/local_playlist.css +++ b/youtube/static/local_playlist.css @@ -243,11 +243,9 @@ hr { @@ -61,7 +61,7 @@ index f40df49..30deac3 100644 .item-video { diff --git a/youtube/static/playlist.css b/youtube/static/playlist.css -index e2171ec..9c060e4 100644 +index e6ae0f9..1f0211c 100644 --- a/youtube/static/playlist.css +++ b/youtube/static/playlist.css @@ -253,11 +253,9 @@ hr { @@ -79,7 +79,7 @@ index e2171ec..9c060e4 100644 .item-video { diff --git a/youtube/static/search.css b/youtube/static/search.css -index f131e9c..d85cea4 100644 +index 9b7bf8d..25af37c 100644 --- a/youtube/static/search.css +++ b/youtube/static/search.css @@ -271,11 +271,9 @@ hr { @@ -97,7 +97,7 @@ index f131e9c..d85cea4 100644 .item-video { diff --git a/youtube/static/subscription.css b/youtube/static/subscription.css -index 201d159..1bf93c1 100644 +index e4e9c8b..8acb9b1 100644 --- a/youtube/static/subscription.css +++ b/youtube/static/subscription.css @@ -247,11 +247,9 @@ hr { @@ -115,7 +115,7 @@ index 201d159..1bf93c1 100644 .item-video { diff --git a/youtube/static/watch.css b/youtube/static/watch.css -index e717d6c..5e6550f 100644 +index 489a4eb..2ea4e38 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -409,11 +409,9 @@ label[for=options-toggle-cbox] { @@ -133,7 +133,7 @@ index e717d6c..5e6550f 100644 .item-video { diff --git a/youtube/templates/base.html b/youtube/templates/base.html -index d0d7959..5c27364 100644 +index ea0b7dd..5c27364 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html @@ -131,22 +131,6 @@ @@ -142,7 +142,7 @@ index d0d7959..5c27364 100644 - {% if header_playlist_names is defined %} - <form class="playlist" id="playlist-edit" action="/youtube.com/edit_playlist" method="post" target="_self"> -- <input class="play-box" name="playlist_name" id="playlist-name-selection" list="playlist-options" type="search" placeholder="I added your playlist..."> +- <input class="play-box" name="playlist_name" id="playlist-name-selection" list="playlist-options" type="search" placeholder="Add name of your playlist..."> - <datalist class="play-hidden" id="playlist-options"> - {% for playlist_name in header_playlist_names %} - <option value="{{ playlist_name }}">{{ playlist_name }}</option> |