Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/2735e41098d4c04f9b9e13dac0d11586e66befc6/UI/Episode/Summary/EpisodeSummaryLayoutTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
<div class="episode-info">
|
|
|
|
|
{{#with series}}
|
|
|
|
|
{{qualityProfile qualityProfileId}}
|
|
|
|
|
<span class="label label-info">{{network}}</span>
|
|
|
|
|
{{/with}}
|
|
|
|
|
<span class="label label-info">{{StartTime airDateUtc}}</span>
|
|
|
|
|
<span class="label label-info">{{NextAiring airDateUtc}}</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="episode-overview">
|
|
|
|
|
{{overview}}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="episode-file-info"></div>
|