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

Fixed: Search Bar returns 404

Fixes 
pull/379/head
Qstick 7 years ago
parent d7d4f62737
commit 54349f95f1

@ -36,6 +36,7 @@ function createCleanArtistSelector() {
artistName,
sortName,
images,
foreignArtistId,
// alternateTitles,
tags
} = artist;
@ -43,6 +44,7 @@ function createCleanArtistSelector() {
return {
artistName,
sortName,
foreignArtistId,
images,
cleanName: jdu.replace(artistName).toLowerCase(),
// alternateTitles: alternateTitles.map((alternateTitle) => {

Loading…
Cancel
Save