1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +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: [
{
key: 'eventType',
value: '5',
value: '6',
type: filterTypes.EQUAL
}
]
@ -144,7 +144,7 @@ export const defaultState = {
filters: [
{
key: 'eventType',
value: '6',
value: '8',
type: filterTypes.EQUAL
}
]