Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/8eb5557ff1000511b351d1bd539b8ab6a742c8cb?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
13 additions and
8 deletions
@ -1,6 +1,7 @@
import Button from '@app/components/Common/Button' ;
import ConfirmButton from '@app/components/Common/ConfirmButton' ;
import SlideOver from '@app/components/Common/SlideOver' ;
import Tooltip from '@app/components/Common/Tooltip' ;
import DownloadBlock from '@app/components/DownloadBlock' ;
import IssueBlock from '@app/components/IssueBlock' ;
import RequestBlock from '@app/components/RequestBlock' ;
@ -144,20 +145,24 @@ const ManageSlideOver = ({
< div className = "overflow-hidden rounded-md border border-gray-700 shadow" >
< ul >
{ data . mediaInfo ? . downloadStatus ? . map ( ( status , index ) = > (
< li
< Too lt ip
key = { ` dl-status- ${ status . externalId } - ${ index } ` }
c lassName= "border-b border-gray-700 last:border-b-0"
c ontent= { status . title }
>
< li className = "border-b border-gray-700 last:border-b-0" >
< DownloadBlock downloadItem = { status } / >
< / li >
< / Tooltip >
) ) }
{ data . mediaInfo ? . downloadStatus4k ? . map ( ( status , index ) = > (
< li
< Too lt ip
key = { ` dl-status- ${ status . externalId } - ${ index } ` }
c lassName= "border-b border-gray-700 last:border-b-0"
c ontent= { status . title }
>
< li className = "border-b border-gray-700 last:border-b-0" >
< DownloadBlock downloadItem = { status } is4k / >
< / li >
< / Tooltip >
) ) }
< / ul >
< / div >