improve cancellation support of auto-organize

This commit is contained in:
Luke Pulverenti
2017-03-29 15:16:43 -04:00
parent cb5c9333c5
commit f641c501a7
10 changed files with 49 additions and 27 deletions

View File

@@ -13,6 +13,11 @@ namespace MediaBrowser.Model.Entities
[DebuggerDisplay("StreamType = {Type}")]
public class MediaStream
{
public MediaStream()
{
AllowStreamCopy = true;
}
/// <summary>
/// Gets or sets the codec.
/// </summary>
@@ -153,6 +158,8 @@ namespace MediaBrowser.Model.Entities
public bool? IsAVC { get; set; }
public bool AllowStreamCopy { get; set; }
/// <summary>
/// Gets or sets the channel layout.
/// </summary>