Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/d64e902fa0b3534c1bbdc213b1ad96e178365606/UI/Episode/Summary/EpisodeSummaryLayoutTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Episode/Summary/EpisodeSummaryLayoutTemplat...

15 lines
404 B

<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>