Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/0e8ebcad61c6858bafe085ed712cc6f62a572681 You should set ROOT_URL correctly, otherwise the web may not work correctly.

added the network to tv shows

pull/1520/head
Jamie.Rees 8 years ago
parent 8968db7b46
commit 0e8ebcad61

@ -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…
Cancel
Save