mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 02:07:12 -07:00
parent
e41c32e38b
commit
2038e8e85d
9 changed files with 9 additions and 8 deletions
|
@ -3,7 +3,7 @@ import FilterBuilderRowValue from './FilterBuilderRowValue';
|
|||
|
||||
const protocols = [
|
||||
{ id: 'continuing', name: 'Continuing' },
|
||||
{ id: 'ended', name: 'Ended' }
|
||||
{ id: 'ended', name: 'Inactive' }
|
||||
];
|
||||
|
||||
function ArtistStatusFilterBuilderRowValue(props) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue