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

Fixed: Show Separator on all index views

pull/2/head
Qstick 5 years ago
parent 68dec70b34
commit 1137c8d770

@ -449,10 +449,7 @@ class MovieIndex extends Component {
null
}
{
(view === 'posters' || view === 'overview') &&
<PageToolbarSeparator />
}
<PageToolbarSeparator />
<MovieIndexViewMenu
view={view}

Loading…
Cancel
Save