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

update interval trigger

This commit is contained in:
Luke Pulverenti 2015-08-26 21:31:54 -04:00
parent 2b33df50a9
commit e5607e9d8f
3 changed files with 7 additions and 7 deletions

View file

@ -277,7 +277,7 @@
ApiClient.getUser(userId).done(function (user) {
user.Configuration.EnableLocalPassword = page.queryselector('.chkEnableLocalEasyPassword').checked;
user.Configuration.EnableLocalPassword = page.querySelector('.chkEnableLocalEasyPassword').checked;
ApiClient.updateUserConfiguration(user.Id, user.Configuration).done(function () {