Skip to content

Commit

Permalink
fixed TheTvDb incorrect link
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Nov 4, 2020
1 parent 2fe5297 commit f11af94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit f11af94

Please sign in to comment.