Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/73c3cca69c0a643dc50a23da180ea6b343179578
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
15 additions and
12 deletions
@ -13,22 +13,22 @@
{{#if_eq eventType compare="grabbed"}}
< dl class = "dl-horizontal" >
< dt > Name< / dt >
< dt > Name: < / dt >
< dd > {{sourceTitle}}< / dd >
{{#with data}}
{{#if indexer}}
< dt > Indexer< / dt >
< dt > Indexer: < / dt >
< dd > {{indexer}}< / dd >
{{/if}}
{{#if releaseGroup}}
< dt > Release Group< / dt >
< dt > Release Group: < / dt >
< dd > {{releaseGroup}}< / dd >
{{/if}}
{{#if nzbInfoUrl}}
< dt > Info< / dt >
< dt > Info: < / dt >
< dd > < a href = "{{nzbInfoUrl}}" > {{nzbInfoUrl}}< / a > < / dd >
{{/if}}
{{/with}}
@ -36,19 +36,25 @@
{{/if_eq}}
{{#if_eq eventType compare="downloadFailed"}}
< dl class = "dl-horizontal" >
< dt > Source Title< / dt >
< dt > Name:< / dt >
< dd > {{sourceTitle}}< / dd >
{{#with data}}
< dt > Message< / dt >
< dt > Message: < / dt >
< dd > {{message}}< / dd >
{{/with}}
< / dl >
{{/if_eq}}
{{#if_eq eventType compare="downloadFolderImported"}}
{{#if data}}
< dl class = "dl-horizontal" >
{{#if sourceTitle}}
< dt > Name:< / dt >
< dd > {{sourceTitle}}< / dd >
{{/if}}
{{#with data}}
< dl class = "dl-horizontal" >
{{#if droppedPath}}
< dt > Source:< / dt >
< dd > {{droppedPath}}< / dd >
@ -58,11 +64,8 @@
< dt > Imported To:< / dt >
< dd > {{importedPath}}< / dd >
{{/if}}
< / dl >
{{/with}}
{{else}}
No details available
{{/if}}
< / dl >
{{/if_eq}}
< / div >
< div class = "modal-footer" >