mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	removed video format
This commit is contained in:
		
							parent
							
								
									24bb7c393f
								
							
						
					
					
						commit
						45b995def7
					
				@ -27,19 +27,6 @@ namespace MediaBrowser.Controller.Entities
 | 
			
		||||
            AdditionalPartIds = new List<Guid>();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public VideoFormat VideoFormat
 | 
			
		||||
        {
 | 
			
		||||
            get
 | 
			
		||||
            {
 | 
			
		||||
                if (!Video3DFormat.HasValue)
 | 
			
		||||
                {
 | 
			
		||||
                    return VideoFormat.Standard;
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                return VideoFormat.Digital3D;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// Gets or sets the type of the video.
 | 
			
		||||
        /// </summary>
 | 
			
		||||
 | 
			
		||||
@ -1,14 +0,0 @@
 | 
			
		||||
using System;
 | 
			
		||||
using System.Collections.Generic;
 | 
			
		||||
using System.Linq;
 | 
			
		||||
using System.Text;
 | 
			
		||||
 | 
			
		||||
namespace MediaBrowser.Model.Entities
 | 
			
		||||
{
 | 
			
		||||
    public enum VideoFormat
 | 
			
		||||
    {
 | 
			
		||||
        Standard,
 | 
			
		||||
        Digital3D,
 | 
			
		||||
        Sbs3D
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@ -57,7 +57,6 @@
 | 
			
		||||
    <Compile Include="Entities\MediaUrl.cs" />
 | 
			
		||||
    <Compile Include="Entities\MetadataFields.cs" />
 | 
			
		||||
    <Compile Include="Entities\Video3DFormat.cs" />
 | 
			
		||||
    <Compile Include="Entities\VideoFormat.cs" />
 | 
			
		||||
    <Compile Include="Net\WebSocketMessage.cs" />
 | 
			
		||||
    <Compile Include="Net\WebSocketMessageType.cs" />
 | 
			
		||||
    <Compile Include="Net\WebSocketState.cs" />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user