From 9c56495867f230d359fd495d93e875a601418726 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 22 Oct 2013 08:37:11 -0400 Subject: fixed saving images with double file extension --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index af29fd7df2..9c830789d7 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -239,12 +239,6 @@ namespace MediaBrowser.Model.Configuration /// The width of the min movie poster. public int MinMoviePosterWidth { get; set; } - /// - /// Gets or sets the width of the min series backdrop. - /// - /// The width of the min series backdrop. - public int MinSeriesBackdropWidth { get; set; } - /// /// Initializes a new instance of the class. /// @@ -292,7 +286,6 @@ namespace MediaBrowser.Model.Configuration SeasonZeroDisplayName = "Specials"; MinMovieBackdropWidth = 1920; - MinSeriesBackdropWidth = 1920; MinMoviePosterWidth = 1000; } } -- cgit v1.2.3