mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix lint errors
This commit is contained in:
parent
8c3e72fe7b
commit
f7c692d14e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ function getConfig() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getDefaultConfig() {
|
function getDefaultConfig() {
|
||||||
console.warn('web config file is missing so the template will be used')
|
console.warn('web config file is missing so the template will be used');
|
||||||
return fetch('/config.template.json').then(function (response) {
|
return fetch('/config.template.json').then(function (response) {
|
||||||
data = response.json();
|
data = response.json();
|
||||||
return data;
|
return data;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue