From 3959696b66480c114a74eb6080582f3d828bb4b6 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Wed, 9 Jul 2025 13:17:10 -0500 Subject: [PATCH] fix: uses episode id from database in download list row --- templates/components/DownloadListRow.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/components/DownloadListRow.html.twig b/templates/components/DownloadListRow.html.twig index 03a4941..6ef0406 100644 --- a/templates/components/DownloadListRow.html.twig +++ b/templates/components/DownloadListRow.html.twig @@ -7,7 +7,7 @@ {% if download.mediaType == "tvshows" %} - — (S{{ download.ptn.season }}E{{ download.ptn.episode }}) + — (S{{ download.episodeId }}) {% endif %}