mirror of
https://github.com/Radarr/Radarr
synced 2026-04-21 00:00:52 +02:00
Fixed: History Rename and Delete Filter Using Wrong Id
This commit is contained in:
parent
a7e066fc11
commit
a03f6605ce
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue