mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
#1513 added the network to tv shows
This commit is contained in:
parent
8968db7b46
commit
0e8ebcad61
1 changed files with 2 additions and 3 deletions
|
@ -58,13 +58,12 @@
|
|||
|
||||
<span *ngIf="node.data.firstAired" class="label label-info" target="_blank">Air Date: {{node.data.firstAired | date: 'dd/MM/yyyy'}}</span>
|
||||
|
||||
<span *ngIf="node.data.network" class="label label-info" target="_blank">{{node.data.network}}</span>
|
||||
|
||||
|
||||
<ng-template [ngIf]="node.data.available"><span class="label label-success">Available</span></ng-template>
|
||||
|
||||
|
||||
|
||||
<span id="{{id}}netflixTab"></span>
|
||||
|
||||
<a *ngIf="node.data.homepage" href="{{node.data.homepage}}" target="_blank"><span class="label label-info">HomePage</span></a>
|
||||
|
||||
<a *ngIf="node.data.trailer" href="{{node.data.trailer}}" target="_blank"><span class="label label-info">Trailer</span></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue