mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 13:32:17 -07:00
parent
7b01c85c76
commit
cc3667ed13
3 changed files with 24 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
import translate from 'Utilities/String/translate';
|
||||
|
||||
const monitorNewItemsOptions = [
|
||||
{ key: 'all', value: 'All Albums' },
|
||||
{ key: 'none', value: 'None' },
|
||||
{ key: 'new', value: 'New' }
|
||||
{ key: 'all', value: translate('AllAlbums') },
|
||||
{ key: 'none', value: translate('None') },
|
||||
{ key: 'new', value: translate('New') }
|
||||
];
|
||||
|
||||
export default monitorNewItemsOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue