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:
parent
09e0b90552
commit
16bd6ed28e
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
ApiClient.getServerConfiguration().done(function (config) {
|
||||
|
||||
config.IsStartupWizardCompleted = true;
|
||||
|
||||
// Try migrate everyone over to this. Eventually remove the config setting.
|
||||
config.EnablePeoplePrefixSubFolders = true;
|
||||
|
||||
ApiClient.updateServerConfiguration(config).done(function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue