diff --git a/src/calibre/srv/standalone.py b/src/calibre/srv/standalone.py index 6c6ccb2fa7..05540ef792 100644 --- a/src/calibre/srv/standalone.py +++ b/src/calibre/srv/standalone.py @@ -219,6 +219,7 @@ def manage_users(path=None): r['library_restrictions'][library] = plr else: r['library_restrictions'].pop(library, None) + m.update_user_restrictions(username, r) if get_input(_('Another restriction?') + ' (y/n):') != 'y': break elif c == 4: