mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix missing spread operator
This commit is contained in:
parent
4d4725f05d
commit
dbfc1e27b4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class ServerConnections extends ConnectionManager {
|
||||||
connect(options) {
|
connect(options) {
|
||||||
return super.connect({
|
return super.connect({
|
||||||
enableAutoLogin: appSettings.enableAutoLogin(),
|
enableAutoLogin: appSettings.enableAutoLogin(),
|
||||||
options
|
...options
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue