recommendations/adaptive: Do not jump to video after rated

- video might be missing afterwards
master
Felix Stupp 10 months ago
parent 2d9c3eb8a8
commit 095b37c3ce
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -449,8 +449,8 @@
{{ post_form(api_uri, "ignored", "true", "✕"|safe, fragment) }}
{% endif %}
{% if show_rating %}
{{ post_form("/cookies/rating/positive", "media_id", element.id|string, "+", fragment) }}
{{ post_form("/cookies/rating/negative", "media_id", element.id|string, "-", fragment) }}
{{ post_form("/cookies/rating/positive", "media_id", element.id|string, "+") }}
{{ post_form("/cookies/rating/negative", "media_id", element.id|string, "-") }}
{% endif %}
{% endmacro %}

Loading…
Cancel
Save