Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/c21e733d5738b2cb83a3b5e2ac99c33c46c13868
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
5 additions and
3 deletions
@ -21,9 +21,9 @@ function ImportListOptions(props) {
const cleanLibraryLevelOptions = [
{ key : 'disabled' , value : 'Disabled' } ,
{ key : 'logOnly' , value : 'Log Only' } ,
{ key : 'keepAndUnmonitor' , value : 'Keep and Unmonitor ' } ,
{ key : 'removeAndKeep' , value : 'Remove and Keep' } ,
{ key : 'removeAndDelete' , value : 'Remove and Delete' }
{ key : 'keepAndUnmonitor' , value : 'Keep and Unmonitor Movie ' } ,
{ key : 'removeAndKeep' , value : 'Remove Movie and Keep Files ' } ,
{ key : 'removeAndDelete' , value : 'Remove Movie and Delete Files ' }
] ;
return (
@ -65,6 +65,7 @@ function ImportListOptions(props) {
name = "listSyncLevel"
values = { cleanLibraryLevelOptions }
helpText = { translate ( 'ListSyncLevelHelpText' ) }
helpTextWarning = { settings . listSyncLevel . value === 'removeAndDelete' ? translate ( 'ListSyncLevelHelpTextWarning' ) : undefined }
onChange = { onInputChange }
{ ... settings . listSyncLevel }
/ >
@ -365,6 +365,7 @@
"ListSettings" : "List Settings" ,
"ListsSettingsSummary" : "Import Lists, list exclusions" ,
"ListSyncLevelHelpText" : "Movies in library will be removed or unmonitored if not in your list" ,
"ListSyncLevelHelpTextWarning" : "Movie files will be permanently deleted, this can result in wiping your library if your lists are empty" ,
"ListTagsHelpText" : "Tags list items will be added with" ,
"ListUpdateInterval" : "List Update Interval" ,
"LoadingMovieCreditsFailed" : "Loading movie credits failed" ,