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

convert series providers to new system

This commit is contained in:
Luke Pulverenti 2014-02-03 15:51:28 -05:00
parent 78cb9d70da
commit 8453694d7c
2 changed files with 6 additions and 4 deletions

View file

@ -6,9 +6,6 @@
config.IsStartupWizardCompleted = true;
// Try migrate everyone over to this. Eventually remove the config setting.
config.EnablePeoplePrefixSubFolders = true;
ApiClient.updateServerConfiguration(config).done(function () {
ApiClient.getUsers().done(function (users) {