mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-05 15:22:54 +01:00
New: Add Filter Value for Deleted MovieStatus
This commit is contained in:
parent
ef2f954b81
commit
f4e334c14e
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue