From 73b294b4cea8a242910124e493e317ab0fae5e92 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 23 Oct 2013 12:51:51 -0400 Subject: fixes #595 - Linux/Unix file quantity limitation for ImagesByName/People folder --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 5f606a06b..8d0367804 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -244,7 +244,13 @@ namespace MediaBrowser.Model.Configuration /// /// The width of the min movie poster. public int MinMoviePosterWidth { get; set; } - + + /// + /// Gets or sets a value indicating whether [enable people prefix sub folders]. + /// + /// true if [enable people prefix sub folders]; otherwise, false. + public bool EnablePeoplePrefixSubFolders { get; set; } + /// /// Initializes a new instance of the class. /// -- cgit v1.2.3