diff --git a/shard.lock b/shard.lock index be4333c1..6cc20230 100644 --- a/shard.lock +++ b/shard.lock @@ -14,15 +14,11 @@ shards: exception_page: git: https://github.com/crystal-loot/exception_page.git - version: 0.2.0 + version: 0.2.2 kemal: git: https://github.com/kemalcr/kemal.git - version: 1.1.0 - - kilt: - git: https://github.com/jeromegn/kilt.git - version: 0.6.1 + version: 1.1.2 lsquic: git: https://github.com/iv-org/lsquic.cr.git diff --git a/shard.yml b/shard.yml index bf382ec3..76e67846 100644 --- a/shard.yml +++ b/shard.yml @@ -18,7 +18,7 @@ dependencies: version: ~> 0.18.0 kemal: github: kemalcr/kemal - version: ~> 1.1.0 + version: ~> 1.1.2 protodec: github: iv-org/protodec version: ~> 0.1.4 diff --git a/src/invidious/views/components/item.ecr b/src/invidious/views/components/item.ecr index 5f8bde13..ce7af783 100644 --- a/src/invidious/views/components/item.ecr +++ b/src/invidious/views/components/item.ecr @@ -52,11 +52,11 @@ <% if !env.get("preferences").as(Preferences).thin_mode %>
- <% if plid = env.get?("remove_playlist_items") %> -
" method="post"> + <% if plid_form = env.get?("remove_playlist_items") %> + " method="post"> ">

- + @@ -117,11 +117,11 @@

- <% elsif plid = env.get? "add_playlist_items" %> -
" method="post"> + <% elsif plid_form = env.get? "add_playlist_items" %> + " method="post"> ">

- +