Merge pull request #3481 from nirmalspeed/patch-1

Fix IMDB links for TV shows not working
This commit is contained in:
Jamie 2020-04-20 23:05:43 +01:00 committed by GitHub
commit 0e1c11756b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@
<div class="col-sm-8 small-padding"> <div class="col-sm-8 small-padding">
<div> <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> <h4>{{node.title}} ({{node.firstAired | amLocal | amDateFormat: 'YYYY'}})</h4>
</a> </a>