mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Fixed: UI and Command manager updates
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -45,7 +45,7 @@ export const defaultState = {
|
||||
filters: [
|
||||
{
|
||||
key: 'monitored',
|
||||
value: false || true,
|
||||
value: false,
|
||||
type: filterTypes.EQUAL
|
||||
}
|
||||
]
|
||||
@@ -66,7 +66,8 @@ export const defaultState = {
|
||||
|
||||
export const persistState = [
|
||||
'calendar.view',
|
||||
'calendar.selectedFilterKey'
|
||||
'calendar.selectedFilterKey',
|
||||
'calendar.showUpcoming'
|
||||
];
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user