Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/7f51c448296e798724a2b750049d008357f4b837 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: (UI) Ensure proper parsing for size values in custom filters

pull/1791/head
Bogdan 2 years ago
parent 07f816f9fd
commit 7f51c44829

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

Loading…
Cancel
Save