diff --git a/tailwind.config.js b/tailwind.config.js index 9a93414..f6d15ff 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -32,7 +32,8 @@ module.exports = { "truncate", "text-wrap", "rounded-sm", - "rounded-md" + "rounded-md", + "r-tablecell", ], theme: { extend: { diff --git a/templates/components/DownloadListRow.html.twig b/templates/components/DownloadListRow.html.twig index 6ef0406..c5f9075 100644 --- a/templates/components/DownloadListRow.html.twig +++ b/templates/components/DownloadListRow.html.twig @@ -6,7 +6,7 @@ {{ download.title }} - {% if download.mediaType == "tvshows" %} + {% if download.mediaType == "tvshows" and download.episodeId != null %} — (S{{ download.episodeId }}) {% endif %} @@ -25,7 +25,7 @@