Fix background images when BaseURL is specified
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
-->
|
||||
<title>Navidrome</title>
|
||||
<script>
|
||||
window.__APP_CONFIG__ = "{{.AppConfig}}"
|
||||
window.__APP_CONFIG__ = {{ .AppConfig }}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -34,7 +34,6 @@ let config
|
||||
|
||||
try {
|
||||
const appConfig = JSON.parse(window.__APP_CONFIG__)
|
||||
|
||||
config = {
|
||||
...defaultConfig,
|
||||
...appConfig,
|
||||
|
||||
Reference in New Issue
Block a user