mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07:00
Added: Additional Album Monitoring Options
This commit is contained in:
parent
af090c7a3a
commit
f9fb33eb08
10 changed files with 102 additions and 95 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