fixed saving images with double file extension

This commit is contained in:
Luke Pulverenti
2013-10-22 08:37:11 -04:00
parent 42deac1dce
commit 9c56495867
5 changed files with 18 additions and 21 deletions

View File

@@ -239,12 +239,6 @@ namespace MediaBrowser.Model.Configuration
/// <value>The width of the min movie poster.</value>
public int MinMoviePosterWidth { get; set; }
/// <summary>
/// Gets or sets the width of the min series backdrop.
/// </summary>
/// <value>The width of the min series backdrop.</value>
public int MinSeriesBackdropWidth { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
/// </summary>
@@ -292,7 +286,6 @@ namespace MediaBrowser.Model.Configuration
SeasonZeroDisplayName = "Specials";
MinMovieBackdropWidth = 1920;
MinSeriesBackdropWidth = 1920;
MinMoviePosterWidth = 1000;
}
}