mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
removed VideoFormat
This commit is contained in:
parent
e029b47ca3
commit
07d01e524c
@ -44,12 +44,6 @@ namespace MediaBrowser.Controller.Entities
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The video3 D format.</value>
|
/// <value>The video3 D format.</value>
|
||||||
public Video3DFormat? Video3DFormat { get; set; }
|
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>
|
/// <summary>
|
||||||
/// Gets or sets the media streams.
|
/// Gets or sets the media streams.
|
||||||
|
@ -160,9 +160,6 @@
|
|||||||
<Compile Include="..\MediaBrowser.Model\Entities\Video3DFormat.cs">
|
<Compile Include="..\MediaBrowser.Model\Entities\Video3DFormat.cs">
|
||||||
<Link>Entities\Video3DFormat.cs</Link>
|
<Link>Entities\Video3DFormat.cs</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="..\MediaBrowser.Model\Entities\VideoFormat.cs">
|
|
||||||
<Link>Entities\VideoFormat.cs</Link>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="..\MediaBrowser.Model\Entities\VideoType.cs">
|
<Compile Include="..\MediaBrowser.Model\Entities\VideoType.cs">
|
||||||
<Link>Entities\VideoType.cs</Link>
|
<Link>Entities\VideoType.cs</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -422,12 +422,6 @@ namespace MediaBrowser.Model.Dto
|
|||||||
/// <value>The chapters.</value>
|
/// <value>The chapters.</value>
|
||||||
public List<ChapterInfoDto> Chapters { get; set; }
|
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>
|
/// <summary>
|
||||||
/// Gets or sets the type of the location.
|
/// Gets or sets the type of the location.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
@ -87,7 +87,6 @@
|
|||||||
<Compile Include="Dto\StreamOptions.cs" />
|
<Compile Include="Dto\StreamOptions.cs" />
|
||||||
<Compile Include="Entities\VirtualFolderInfo.cs" />
|
<Compile Include="Entities\VirtualFolderInfo.cs" />
|
||||||
<Compile Include="Entities\IHasMediaStreams.cs" />
|
<Compile Include="Entities\IHasMediaStreams.cs" />
|
||||||
<Compile Include="Entities\VideoFormat.cs" />
|
|
||||||
<Compile Include="Extensions\ModelExtensions.cs" />
|
<Compile Include="Extensions\ModelExtensions.cs" />
|
||||||
<Compile Include="IO\IZipClient.cs" />
|
<Compile Include="IO\IZipClient.cs" />
|
||||||
<Compile Include="Logging\ILogger.cs" />
|
<Compile Include="Logging\ILogger.cs" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user