mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rename method
This commit is contained in:
parent
fcc2b4cfc8
commit
79aa40465c
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ define(['appStorage', 'events'], function (appStorage, events) {
|
|||
})
|
||||
}
|
||||
|
||||
WebSettings.prototype.getMultiServer = function () {
|
||||
WebSettings.prototype.enableMultiServer = function () {
|
||||
return data.multiServer || false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue