updated mbt api

This commit is contained in:
Luke Pulverenti
2013-11-03 15:48:16 -05:00
parent 72e96b1afb
commit 138bad316b
7 changed files with 197 additions and 48 deletions

View File

@@ -227,12 +227,6 @@ namespace MediaBrowser.Model.Configuration
/// </summary>
/// <value>The width of the min series backdrop.</value>
public int MinSeriesBackdropWidth { get; set; }
/// <summary>
/// Gets or sets the width of the min movie poster.
/// </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].
@@ -291,7 +285,6 @@ namespace MediaBrowser.Model.Configuration
MinMovieBackdropWidth = 1920;
MinSeriesBackdropWidth = 1920;
MinMoviePosterWidth = 1000;
}
}