diff --git a/tubearchivist/home/templates/home/downloads.html b/tubearchivist/home/templates/home/downloads.html index 6551627..740e5a8 100644 --- a/tubearchivist/home/templates/home/downloads.html +++ b/tubearchivist/home/templates/home/downloads.html @@ -58,9 +58,9 @@
Published: {{ video.published }} | Duration: {{ video.duration }} | {{ video.youtube_id }}
+Published: {{ video.source.published }} | Duration: {{ video.source.duration }} | {{ video.source.youtube_id }}
{% if show_ignored_only %} - - + + {% else %} - - + + {% endif %}