mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-25 07:25:22 -07:00
Merge pull request #3481 from nirmalspeed/patch-1
Fix IMDB links for TV shows not working
This commit is contained in:
commit
0e1c11756b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
<div class="col-sm-8 small-padding">
|
||||
<div>
|
||||
|
||||
<a *ngIf="node.imdbId" href="{{node.imdbId}}" target="_blank">
|
||||
<a *ngIf="node.imdbId" href="https://www.imdb.com/title/{{node.imdbId}}/" target="_blank">
|
||||
<h4>{{node.title}} ({{node.firstAired | amLocal | amDateFormat: 'YYYY'}})</h4>
|
||||
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue