mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Fixed: Show title on posters view when poster is unavailable
This commit is contained in:
@@ -11,15 +11,12 @@
|
||||
<div class="ended-banner">Ended</div>
|
||||
{{/unless_eq}}
|
||||
<a href="{{route}}">
|
||||
<img class="series-poster" src="{{poster}}" alt="{{title}}">
|
||||
<img class="series-poster" src="{{poster}}" {{defaultImg}}>
|
||||
<div class="center title">{{title}}</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="title-container">
|
||||
<div class="center title">{{title}}</div>
|
||||
</div>
|
||||
|
||||
<div class="center">
|
||||
<div class="labels">
|
||||
{{#if_eq status compare="continuing"}}
|
||||
|
||||
Reference in New Issue
Block a user