support more dlna resource properties

This commit is contained in:
Luke Pulverenti
2014-04-18 13:16:25 -04:00
parent b7b6f64f00
commit 5170042eb5
11 changed files with 271 additions and 99 deletions

View File

@@ -222,6 +222,8 @@ namespace MediaBrowser.Model.Configuration
public DlnaOptions DlnaOptions { get; set; }
public double DownMixAudioBoost { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
/// </summary>
@@ -242,6 +244,7 @@ namespace MediaBrowser.Model.Configuration
EnablePeoplePrefixSubFolders = true;
EnableUPnP = true;
DownMixAudioBoost = 2;
MinResumePct = 5;
MaxResumePct = 90;