mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Fixed: Size Filter for Interactive Search missing ValueType
This commit is contained in:
@@ -154,7 +154,8 @@ export const defaultState = {
|
||||
{
|
||||
name: 'size',
|
||||
label: translate('Size'),
|
||||
type: filterBuilderTypes.NUMBER
|
||||
type: filterBuilderTypes.NUMBER,
|
||||
valueType: filterBuilderValueTypes.BYTES
|
||||
},
|
||||
{
|
||||
name: 'seeders',
|
||||
|
||||
Reference in New Issue
Block a user