1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Fixed: Releases Size filter has incorrect value type

Closes #5085
This commit is contained in:
Qstick
2022-07-29 22:37:21 -04:00
committed by GitHub
parent e35e24a4c2
commit 46bc711558
+2 -1
View File
@@ -178,7 +178,8 @@ export const defaultState = {
{
name: 'size',
label: 'Size',
type: filterBuilderTypes.NUMBER
type: filterBuilderTypes.NUMBER,
valueType: filterBuilderValueTypes.BYTES
},
{
name: 'seeders',