1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-05 19:27:17 -04:00

Fixed: Remove TVRage URL Link

Closes #2048
This commit is contained in:
Mark McDowall
2017-07-17 23:41:22 -07:00
parent 2e2f79503c
commit 6d0a3b1ca4

View File

@@ -37,10 +37,6 @@
<a href="{{imdbUrl}}" class="label label-info">IMDB</a>
{{/if}}
{{#if tvRageId}}
<a href="{{tvRageUrl}}" class="label label-info">TV Rage</a>
{{/if}}
{{#if tvMazeId}}
<a href="{{tvMazeUrl}}" class="label label-info">TV Maze</a>
{{/if}}