Compare commits
2 Commits
v0.24.4
...
47108af1f8
| Author | SHA1 | Date | |
|---|---|---|---|
| 47108af1f8 | |||
| f7163b5e00 |
@@ -7,7 +7,7 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
{% if download.mediaType == "tvshows" and download.episodeId != null %}
|
{% if download.mediaType == "tvshows" and download.episodeId != null %}
|
||||||
— <span class="ml-1">(S{{ download.episodeId }})</span>
|
— <span class="ml-1">({{ download.episodeId }})</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|||||||
@@ -3,12 +3,12 @@
|
|||||||
mediaType: mediaType,
|
mediaType: mediaType,
|
||||||
imdbId: imdbId
|
imdbId: imdbId
|
||||||
}) }}">
|
}) }}">
|
||||||
<img src="{{ image }}" class="w-full md:w-40 rounded-md" />
|
<img src="{{ preload(image) }}" class="w-full md:w-40 rounded-md" />
|
||||||
</a>
|
</a>
|
||||||
<a href="{{ path('app_search_result', {
|
<a href="{{ path('app_search_result', {
|
||||||
mediaType: mediaType,
|
mediaType: mediaType,
|
||||||
imdbId: imdbId
|
imdbId: imdbId
|
||||||
}) }}">
|
}) }}">
|
||||||
<h3 class="text-center text-white md:text-xl md:text-base md:max-w-[16ch]">{{ title }}</h3>
|
<h3 class="text-center text-white md:text-md md:text-base md:max-w-[16ch]">{{ title }}</h3>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user