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

Fixed: Releases Size filter has incorrect value type

(cherry picked from commit 46bc711558d9f3ab278125a4292eb7851e51d308)
pull/1757/head
Qstick 3 years ago
parent f7bf1e243d
commit c92f9d03c0

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

Loading…
Cancel
Save