mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fix the tvdb link
This commit is contained in:
parent
ec869f9e39
commit
8cbe6e4926
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
target="_blank">
|
target="_blank">
|
||||||
<i matTooltip="The Movie DB" class="fa fa-film fa-2x grow-social"></i>
|
<i matTooltip="The Movie DB" class="fa fa-film fa-2x grow-social"></i>
|
||||||
</a>
|
</a>
|
||||||
<a *ngIf="tvdbId" href="https://www.thetvdb.org/tv/{{tvdbId}}" class="media-icons" target="_blank">
|
<a *ngIf="tvdbId" href="https://www.thetvdb.com/tv/{{tvdbId}}" class="media-icons" target="_blank">
|
||||||
<i matTooltip="The TV DB" class="fa fa-tv fa-2x grow-social"></i>
|
<i matTooltip="The TV DB" class="fa fa-tv fa-2x grow-social"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue