1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Fixed: History Rename and Delete Filter Using Wrong Id

This commit is contained in:
Qstick 2019-12-06 23:26:58 -05:00
parent a7e066fc11
commit a03f6605ce

View File

@ -133,7 +133,7 @@ export const defaultState = {
filters: [ filters: [
{ {
key: 'eventType', key: 'eventType',
value: '5', value: '6',
type: filterTypes.EQUAL type: filterTypes.EQUAL
} }
] ]
@ -144,7 +144,7 @@ export const defaultState = {
filters: [ filters: [
{ {
key: 'eventType', key: 'eventType',
value: '6', value: '8',
type: filterTypes.EQUAL type: filterTypes.EQUAL
} }
] ]