1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

New: Add Filter Value for Deleted MovieStatus

This commit is contained in:
Qstick 2020-03-29 08:37:45 -04:00
parent ef2f954b81
commit f4e334c14e

View File

@ -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) {