mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
3.2.12.11
This commit is contained in:
@@ -13,11 +13,6 @@ namespace MediaBrowser.Model.Entities
|
||||
[DebuggerDisplay("StreamType = {Type}")]
|
||||
public class MediaStream
|
||||
{
|
||||
public MediaStream()
|
||||
{
|
||||
AllowStreamCopy = true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the codec.
|
||||
/// </summary>
|
||||
@@ -158,8 +153,6 @@ namespace MediaBrowser.Model.Entities
|
||||
|
||||
public bool? IsAVC { get; set; }
|
||||
|
||||
public bool AllowStreamCopy { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the channel layout.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user