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 %}