mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 18:27:08 -07:00
parent
aecf5bba49
commit
3702fa773c
10 changed files with 51 additions and 0 deletions
|
@ -94,6 +94,12 @@ export const defaultState = {
|
|||
isSortable: true,
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'monitorNewItems',
|
||||
label: () => translate('MonitorNewItems'),
|
||||
isSortable: true,
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'nextAlbum',
|
||||
label: () => translate('NextAlbum'),
|
||||
|
@ -267,6 +273,12 @@ export const defaultState = {
|
|||
type: filterBuilderTypes.EXACT,
|
||||
valueType: filterBuilderValueTypes.METADATA_PROFILE
|
||||
},
|
||||
{
|
||||
name: 'monitorNewItems',
|
||||
label: () => translate('MonitorNewItems'),
|
||||
type: filterBuilderTypes.EXACT,
|
||||
valueType: filterBuilderValueTypes.MONITOR_NEW_ITEMS
|
||||
},
|
||||
{
|
||||
name: 'nextAlbum',
|
||||
label: () => translate('NextAlbum'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue