mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
parent
d884914c81
commit
f8a0a1b656
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class ArtistEditorFooter extends Component {
|
||||||
|
|
||||||
const monitoredOptions = [
|
const monitoredOptions = [
|
||||||
{ key: NO_CHANGE, value: 'No Change', disabled: true },
|
{ key: NO_CHANGE, value: 'No Change', disabled: true },
|
||||||
{ key: 'monitored', value: 'Monitored', disabled: true },
|
{ key: 'monitored', value: 'Monitored' },
|
||||||
{ key: 'unmonitored', value: 'Unmonitored' }
|
{ key: 'unmonitored', value: 'Unmonitored' }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue