1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

Fixed: Size Filter for Interactive Search missing ValueType

This commit is contained in:
Qstick 2021-01-17 20:40:46 -05:00
parent a18036eed4
commit 2983e27dcd

View File

@ -154,7 +154,8 @@ export const defaultState = {
{
name: 'size',
label: translate('Size'),
type: filterBuilderTypes.NUMBER
type: filterBuilderTypes.NUMBER,
valueType: filterBuilderValueTypes.BYTES
},
{
name: 'seeders',