diff options
| -rw-r--r-- | MediaBrowser.Controller/Entities/Video.cs | 6 | ||||
| -rw-r--r-- | MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj | 3 | ||||
| -rw-r--r-- | MediaBrowser.Model/Dto/BaseItemDto.cs | 6 | ||||
| -rw-r--r-- | MediaBrowser.Model/Entities/VideoFormat.cs | 21 | ||||
| -rw-r--r-- | MediaBrowser.Model/MediaBrowser.Model.csproj | 1 |
5 files changed, 0 insertions, 37 deletions
diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index 0116f5d42..78f4e3fc2 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/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. diff --git a/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj b/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj index 6bce2a833..92cef12c9 100644 --- a/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj +++ b/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> diff --git a/MediaBrowser.Model/Dto/BaseItemDto.cs b/MediaBrowser.Model/Dto/BaseItemDto.cs index 149029b59..1494795da 100644 --- a/MediaBrowser.Model/Dto/BaseItemDto.cs +++ b/MediaBrowser.Model/Dto/BaseItemDto.cs @@ -423,12 +423,6 @@ namespace MediaBrowser.Model.Dto 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> /// <value>The type of the location.</value> diff --git a/MediaBrowser.Model/Entities/VideoFormat.cs b/MediaBrowser.Model/Entities/VideoFormat.cs deleted file mode 100644 index ad04203e2..000000000 --- a/MediaBrowser.Model/Entities/VideoFormat.cs +++ /dev/null @@ -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 - } -} diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index 6b1c728e2..e4b68bc3a 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/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" /> |
