1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

rename method

This commit is contained in:
dkanada 2020-02-19 22:39:22 +09:00
parent fcc2b4cfc8
commit 79aa40465c
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ define(['appStorage', 'events'], function (appStorage, events) {
})
}
WebSettings.prototype.getMultiServer = function () {
WebSettings.prototype.enableMultiServer = function () {
return data.multiServer || false;
};