Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/06b60ee9d2bab4bef24ba3d9c3a6830a12bc3c0f?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
14 additions and
0 deletions
@ -47,6 +47,20 @@
<!-- Next to poster -->
<!-- Next to poster -->
< div class = "details-button-container" >
< div class = "details-button-container" >
< div class = "col-12 media-row" >
< div class = "col-12 media-row" >
< ng-container * ngIf = "tv.fullyAvailable || tv.partlyAvailable" >
< a id = "viewOnPlexButton" * ngIf = "tv.plexUrl" href = "{{tv.plexUrl}}" mat-raised-button target = "_blank" class = "btn-spacing viewon-btn plex" >
{{'Search.ViewOnPlex' | translate}}
< i class = "far fa-play-circle fa-2x" > < / i >
< / a >
< a id = "viewOnEmbyButton" * ngIf = "tv.embyUrl" href = "{{tv.embyUrl}}" mat-raised-button target = "_blank" class = "btn-spacing viewon-btn emby" >
{{'Search.ViewOnEmby' | translate}}
< i class = "far fa-play-circle fa-2x" > < / i >
< / a >
< a id = "viewOnJellyfinButton" * ngIf = "tv.jellyfinUrl" href = "{{tv.jellyfinUrl}}" mat-raised-button target = "_blank" class = "btn-spacing viewon-btn jellyfin" >
{{'Search.ViewOnJellyfin' | translate}}
< i class = "far fa-play-circle fa-2x" > < / i >
< / a >
< / ng-container >
< button * ngIf = "!tv.fullyAvailable" mat-raised-button id = "requestBtn" class = "btn-spacing" color = "primary"
< button * ngIf = "!tv.fullyAvailable" mat-raised-button id = "requestBtn" class = "btn-spacing" color = "primary"
(click)="request()">< i class = "fas fa-plus" > < / i >
(click)="request()">< i class = "fas fa-plus" > < / i >
{{ 'Common.Request' | translate }}< / button >
{{ 'Common.Request' | translate }}< / button >