diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-01 10:02:29 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-01 10:02:29 -0400 |
| commit | 07d01e524c767108ae225aa905c42f39778dcafc (patch) | |
| tree | ca344c45f27d6c13fa52b58886dfb51d239ec8c2 /MediaBrowser.Controller/Entities/Video.cs | |
| parent | e029b47ca3452615d2b9ead21e47363fd5e9b064 (diff) | |
removed VideoFormat
Diffstat (limited to 'MediaBrowser.Controller/Entities/Video.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Video.cs | 6 |
1 files changed, 0 insertions, 6 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. |
