From 7ea3719a2dfbdbe18a6b83ea5532f061c238cbc4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 20 Apr 2017 16:17:52 -0400 Subject: 3.2.12.11 --- MediaBrowser.Model/Entities/MediaStream.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Model/Entities') diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index 133b9e566..3cd3e7dde 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -13,11 +13,6 @@ namespace MediaBrowser.Model.Entities [DebuggerDisplay("StreamType = {Type}")] public class MediaStream { - public MediaStream() - { - AllowStreamCopy = true; - } - /// /// Gets or sets the codec. /// @@ -158,8 +153,6 @@ namespace MediaBrowser.Model.Entities public bool? IsAVC { get; set; } - public bool AllowStreamCopy { get; set; } - /// /// Gets or sets the channel layout. /// -- cgit v1.2.3