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

Fix event ids for history custom filters

pull/9361/head
Stevie Robinson 2 years ago committed by Bogdan
parent b6001238e5
commit 67e6e129ff

@ -23,19 +23,19 @@ const EVENT_TYPE_OPTIONS = [
},
},
{
id: 5,
id: 6,
get name() {
return translate('Deleted');
},
},
{
id: 6,
id: 8,
get name() {
return translate('Renamed');
},
},
{
id: 7,
id: 9,
get name() {
return translate('Ignored');
},

Loading…
Cancel
Save