[videos] Wire up generic video list view

This commit is contained in:
2025-08-20 11:38:39 -04:00
parent 7a7edc6e47
commit a2f507a976
3 changed files with 34 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<p>No tasks today</p>
{% endif %}
<h3><a href="{% url 'videos:movie_list' %}">Videos</a></h3>
<h3><a href="{% url 'videos:video_list' %}">Videos</a></h3>
{% if Video %}
{% with scrobbles=Video count=Video_count time=Video_time %}
{% include "scrobbles/_scrobble_table.html" %}