mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixed an issue where we might show the Imdb link when we do not have a imdbid #1797
This commit is contained in:
parent
d82ede5e0e
commit
ecb77262dd
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
<div class="col-sm-8 small-padding">
|
||||
<div>
|
||||
|
||||
<a href="http://www.imdb.com/title/{{node.data.imdbId}}/" target="_blank">
|
||||
<a *ngIf="node.data.imdbId" href="http://www.imdb.com/title/{{node.data.imdbId}}/" target="_blank">
|
||||
<h4>{{node.data.title}} ({{node.data.firstAired | date: 'yyyy'}})</h4>
|
||||
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue