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

New: Add Filter Value for Deleted MovieStatus

pull/4259/head
Qstick 5 years ago
parent ef2f954b81
commit f4e334c14e

@ -5,7 +5,8 @@ const protocols = [
{ id: 'tba', name: 'TBA' },
{ id: 'announced', name: 'Announced' },
{ id: 'inCinemas', name: 'In Cinemas' },
{ id: 'released', name: 'Released' }
{ id: 'released', name: 'Released' },
{ id: 'deleted', name: 'Deleted' }
];
function MovieStatusFilterBuilderRowValue(props) {

Loading…
Cancel
Save