2
0
Luke Pulverenti 12 жил өмнө
parent
commit
07d01e524c

+ 0 - 6
MediaBrowser.Controller/Entities/Video.cs

@@ -44,12 +44,6 @@ namespace MediaBrowser.Controller.Entities
         /// </summary>
         /// <value>The video3 D format.</value>
         public Video3DFormat? Video3DFormat { get; set; }
-        
-        /// <summary>
-        /// Gets or sets the format of the video.
-        /// </summary>
-        /// <value>The format of the video.</value>
-        public VideoFormat VideoFormat { get; set; }
 
         /// <summary>
         /// Gets or sets the media streams.

+ 0 - 3
MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj

@@ -160,9 +160,6 @@
     <Compile Include="..\MediaBrowser.Model\Entities\Video3DFormat.cs">
       <Link>Entities\Video3DFormat.cs</Link>
     </Compile>
-    <Compile Include="..\MediaBrowser.Model\Entities\VideoFormat.cs">
-      <Link>Entities\VideoFormat.cs</Link>
-    </Compile>
     <Compile Include="..\MediaBrowser.Model\Entities\VideoType.cs">
       <Link>Entities\VideoType.cs</Link>
     </Compile>

+ 0 - 6
MediaBrowser.Model/Dto/BaseItemDto.cs

@@ -422,12 +422,6 @@ namespace MediaBrowser.Model.Dto
         /// <value>The chapters.</value>
         public List<ChapterInfoDto> Chapters { get; set; }
 
-        /// <summary>
-        /// Gets or sets the video format.
-        /// </summary>
-        /// <value>The video format.</value>
-        public VideoFormat? VideoFormat { get; set; }
-
         /// <summary>
         /// Gets or sets the type of the location.
         /// </summary>

+ 0 - 21
MediaBrowser.Model/Entities/VideoFormat.cs

@@ -1,21 +0,0 @@
-namespace MediaBrowser.Model.Entities
-{
-    /// <summary>
-    /// Enum VideoFormat
-    /// </summary>
-    public enum VideoFormat
-    {
-        /// <summary>
-        /// The standard
-        /// </summary>
-        Standard,
-        /// <summary>
-        /// The digital3 D
-        /// </summary>
-        Digital3D,
-        /// <summary>
-        /// The SBS3 D
-        /// </summary>
-        Sbs3D
-    }
-}

+ 0 - 1
MediaBrowser.Model/MediaBrowser.Model.csproj

@@ -87,7 +87,6 @@
     <Compile Include="Dto\StreamOptions.cs" />
     <Compile Include="Entities\VirtualFolderInfo.cs" />
     <Compile Include="Entities\IHasMediaStreams.cs" />
-    <Compile Include="Entities\VideoFormat.cs" />
     <Compile Include="Extensions\ModelExtensions.cs" />
     <Compile Include="IO\IZipClient.cs" />
     <Compile Include="Logging\ILogger.cs" />