mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix default config assignment
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
8e8a5f61b9
commit
9a51e42118
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ async function getConfig() {
|
|||
return data;
|
||||
} catch (error) {
|
||||
console.warn('failed to fetch the web config file:', error);
|
||||
return DefaultConfig;
|
||||
data = DefaultConfig;
|
||||
return data;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue