update firefox profile

This commit is contained in:
Luke Pulverenti
2016-05-14 01:40:01 -04:00
parent 4837b08e7d
commit 187b1099bc
5 changed files with 36 additions and 6 deletions

View File

@@ -51,7 +51,9 @@ namespace MediaBrowser.Api.Playback
[ApiMember(Name = "MaxAudioChannels", Description = "Optional. Specify a maximum number of audio channels to encode to, e.g. 2", IsRequired = false, DataType = "int", ParameterType = "query", Verb = "GET")]
public int? MaxAudioChannels { get; set; }
public int? TranscodingMaxAudioChannels { get; set; }
/// <summary>
/// Gets or sets the audio sample rate.
/// </summary>