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 ffcfa2d858
commit 73b294b4ce
3 changed files with 25 additions and 9 deletions

View File

@@ -244,7 +244,13 @@ namespace MediaBrowser.Model.Configuration
/// </summary>
/// <value>The width of the min movie poster.</value>
public int MinMoviePosterWidth { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [enable people prefix sub folders].
/// </summary>
/// <value><c>true</c> if [enable people prefix sub folders]; otherwise, <c>false</c>.</value>
public bool EnablePeoplePrefixSubFolders { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
/// </summary>