mirror of
https://github.com/Radarr/Radarr
synced 2026-01-08 16:44:16 +01:00
Fixed: Size Filter for Interactive Search missing ValueType
This commit is contained in:
parent
a18036eed4
commit
2983e27dcd
1 changed files with 2 additions and 1 deletions
|
|
@ -154,7 +154,8 @@ export const defaultState = {
|
|||
{
|
||||
name: 'size',
|
||||
label: translate('Size'),
|
||||
type: filterBuilderTypes.NUMBER
|
||||
type: filterBuilderTypes.NUMBER,
|
||||
valueType: filterBuilderValueTypes.BYTES
|
||||
},
|
||||
{
|
||||
name: 'seeders',
|
||||
|
|
|
|||
Loading…
Reference in a new issue