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

Fixed: Store columns for History table between refreshes

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/6/head
Qstick 6 years ago
parent 7bd96ae75c
commit 0db28d4ea2

@ -193,7 +193,8 @@ export const persistState = [
'history.pageSize',
'history.sortKey',
'history.sortDirection',
'history.selectedFilterKey'
'history.selectedFilterKey',
'history.columns'
];
//

Loading…
Cancel
Save