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

fixes #595 - Linux/Unix file quantity limitation for ImagesByName/People folder

This commit is contained in:
Luke Pulverenti 2013-10-23 12:51:51 -04:00
parent 09e0b90552
commit 16bd6ed28e

View file

@ -6,6 +6,9 @@
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) {