From 6e39ae19b6b38a24ae7b6e7d8c1321eaad40d397 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 25 Aug 2021 14:50:50 -0700 Subject: Prevent Firefox from remembering quality select on page refresh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The video quality is only changed when the quality selector changes. If it was changed and the user refreshes, Firefox remembers the selected value, but since no change event is fired, the select will display the wrong quality. Signed-off-by: Jesús --- youtube/templates/watch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/templates') diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 450ba60..4b2aa50 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -126,7 +126,7 @@
- {% for src in uni_sources %} {% endfor %} -- cgit v1.2.3