diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 2fac91e..c722115 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -288,7 +288,14 @@ {% block main %} {% if playability_error %} -
{{ 'Error: ' + playability_error }}
+
+ {{ 'Error: ' + playability_error }} + {% if invidious_reload_button %} +
+Reload without invidious (for usage of new identity button).
+ {% endif %} +
+
{% else %}