From a872cf36110c4887cbc498138cdfb2bf2a846d03 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 13 Jun 2025 11:47:42 -0400 Subject: [PATCH] [templates] Use TMDB rating ID if available --- vrobbler/templates/videos/video_detail.html | 1 + 1 file changed, 1 insertion(+) diff --git a/vrobbler/templates/videos/video_detail.html b/vrobbler/templates/videos/video_detail.html index b44b612..e47285a 100644 --- a/vrobbler/templates/videos/video_detail.html +++ b/vrobbler/templates/videos/video_detail.html @@ -57,6 +57,7 @@ dd {
{% if object.imdb_rating %}
{{object.imdb_rating}}
{% endif %} + {% if object.tmdb_rating %}
{{object.tmdb_rating}}
{% endif %}