From f7163b5e0075187a1b93db89dae004068141761a Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sun, 13 Jul 2025 22:42:39 -0500 Subject: [PATCH] fix: typo in download list season id --- 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 c5f9075..a4810ff 100644 --- a/templates/components/DownloadListRow.html.twig +++ b/templates/components/DownloadListRow.html.twig @@ -7,7 +7,7 @@ {% if download.mediaType == "tvshows" and download.episodeId != null %} - — (S{{ download.episodeId }}) + — ({{ download.episodeId }}) {% endif %}