Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/a5d7649d772e99b1d8790669df9d5a70c9897253/UI/Calendar/CalendarItemTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/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>