Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/4cd75cd8aa3b4c251f37a380de0c5e6bbea288ca/UI/Calendar/CalendarItemTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/UI/Calendar/CalendarItemTemplate.html

8 lines
296 B

<div class="event">
<div class="date {{statusLevel}}">
<h1>{{day}}</h1>
<h4>{{month}}</h4>
</div>
<h4>{{seriesTitle}}</h4>
<p>{{startTime}} {{bestDateString}}<span class="pull-right">{{seasonNumber}}x{{paddedEpisodeNumber}}</span><br>{{episodeTitle}}</p>
</div>