From b0c7dd977151d30e85f0095f35de892624e87a35 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Tue, 29 Oct 2024 22:14:20 +0100 Subject: [PATCH] HTML: Replace hidden 'action' input with query parameter The server side can only handle parameters passed as URL query parameters and not inside the request body --- src/invidious/views/watch.ecr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index ce111d69..6f9ced6f 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -158,7 +158,7 @@ we're going to need to do it here in order to allow for translations. <% if user %> <% playlists = Invidious::Database::Playlists.select_user_created_playlists(user.email) %> <% if !playlists.empty? %> -
+
"> -