mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
UI Updates, Separate Auto and Manual Searches per Indexer
This commit is contained in:
parent
e181876dfc
commit
27d65937c0
28 changed files with 202 additions and 117 deletions
|
@ -4,11 +4,11 @@ import SelectInput from './SelectInput';
|
|||
|
||||
const monitorOptions = [
|
||||
{ key: 'all', value: 'All Albums' },
|
||||
{ key: 'future', value: 'Future Albums' },
|
||||
{ key: 'missing', value: 'Missing Albums' },
|
||||
{ key: 'existing', value: 'Existing Albums' },
|
||||
{ key: 'first', value: 'Only First Album' },
|
||||
{ key: 'latest', value: 'Only Latest Album' },
|
||||
// { key: 'future', value: 'Future Albums' },
|
||||
// { key: 'missing', value: 'Missing Albums' },
|
||||
// { key: 'existing', value: 'Existing Albums' },
|
||||
// { key: 'first', value: 'Only First Album' },
|
||||
// { key: 'latest', value: 'Only Latest Album' },
|
||||
{ key: 'none', value: 'None' }
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue