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

Fixed: (UI) Allow albums to be sorted by monitored state

pull/3909/head
Bogdan 1 year ago
parent fae99a323a
commit 4cab9258dd

@ -43,6 +43,7 @@ export const defaultState = {
{
name: 'monitored',
columnLabel: translate('Monitored'),
isSortable: true,
isVisible: true,
isModifiable: false
},

Loading…
Cancel
Save