From 9c2355978e17eb57cb2d924979e92cb867aa105e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 17 Nov 2025 16:34:38 -0500 Subject: [PATCH] [videos] Fix lookup for ids for videos --- vrobbler/templates/videos/video_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vrobbler/templates/videos/video_detail.html b/vrobbler/templates/videos/video_detail.html index 1fb6ac7..13bdad4 100644 --- a/vrobbler/templates/videos/video_detail.html +++ b/vrobbler/templates/videos/video_detail.html @@ -66,12 +66,12 @@ dd { {% if object.overview %}

{{object.overview}}

{% endif %} {% if object.plot%}

{{object.plot|safe|linebreaks|truncatewords:160}}

{% endif %}
- {% if object.imdb_link %} + {% if object.imdb_id %}

{% endif %} - {% if object.youtube_link %} + {% if object.youtube_id %}