mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
fixed TheTvDb incorrect link
This commit is contained in:
parent
2fe5297f34
commit
f11af94770
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
target="_blank">
|
||||
<i matTooltip="The Movie DB" class="fa fa-film fa-2x grow-social"></i>
|
||||
</a>
|
||||
<a *ngIf="tvdbId" href="https://www.thetvdb.com/tv/{{tvdbId}}" class="media-icons" target="_blank">
|
||||
<a *ngIf="tvdbId" href="https://www.thetvdb.com/?id={{tvdbId}}&tab=series" class="media-icons" target="_blank">
|
||||
<i matTooltip="The TV DB" class="fa fa-tv fa-2x grow-social"></i>
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue