Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/0bef960c838f3fdb03aa1d9210ec4b984b0f9e8e?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Removed trakt link from series details

pull/3113/head
Mark McDowall 10 years ago
parent a9d668b48d
commit 0bef960c83

@ -14,16 +14,14 @@
</div>
<div class="col-md-3">
<span class="series-info-links">
<a href="{{traktUrl}}" class="label label-info">Trakt</a>
<!--<a href="{{traktUrl}}" class="label label-info">Trakt</a>-->
<a href="{{tvdbUrl}}" class="label label-info">The TVDB</a>
{{#if imdbId}}
<a href="{{imdbUrl}}" class="label label-info">IMDB</a>
{{/if}}
{{#if tvdbId}}
<a href="{{tvdbUrl}}" class="label label-info">TVDB</a>
{{/if}}
{{#if tvRageId}}
<a href="{{tvRageUrl}}" class="label label-info">TV Rage</a>
{{/if}}

Loading…
Cancel
Save