diff options
Diffstat (limited to 'MediaBrowser.Model/Entities/VideoType.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/VideoType.cs | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/MediaBrowser.Model/Entities/VideoType.cs b/MediaBrowser.Model/Entities/VideoType.cs deleted file mode 100644 index 05c2fa32c..000000000 --- a/MediaBrowser.Model/Entities/VideoType.cs +++ /dev/null @@ -1,26 +0,0 @@ - -namespace MediaBrowser.Model.Entities -{ - /// <summary> - /// Enum VideoType - /// </summary> - public enum VideoType - { - /// <summary> - /// The video file - /// </summary> - VideoFile, - /// <summary> - /// The iso - /// </summary> - Iso, - /// <summary> - /// The DVD - /// </summary> - Dvd, - /// <summary> - /// The blu ray - /// </summary> - BluRay - } -} |
