mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Series title will be shown as alt text when series doesn't have poster (poster view)
Fixed: Series without posters will use text instead of image on poster view
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="ended-banner">Ended</div>
|
||||
{{/unless_eq}}
|
||||
<a href="{{route}}">
|
||||
<img class="series-poster" src="{{poster}}" {{defaultImg}}>
|
||||
<img class="series-poster" src="{{poster}}" alt="{{title}}">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user