fix: shows season/episode in download list
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<tr{{ attributes }} id="ad_download_{{ download.id }}">
|
||||
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-800 dark:text-stone-800 truncate">
|
||||
{{ download.title }}
|
||||
|
||||
{% if download.mediaType == "tvshows" %}
|
||||
(S{{ download.ptn.season }}E{{ download.ptn.episode }})
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
{% if isWidget == false %}
|
||||
|
||||
Reference in New Issue
Block a user