aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/Video.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Entities/Video.cs')
-rw-r--r--MediaBrowser.Model/Entities/Video.cs12
1 files changed, 4 insertions, 8 deletions
diff --git a/MediaBrowser.Model/Entities/Video.cs b/MediaBrowser.Model/Entities/Video.cs
index 8b27f47c8..4d7b473bb 100644
--- a/MediaBrowser.Model/Entities/Video.cs
+++ b/MediaBrowser.Model/Entities/Video.cs
@@ -1,8 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+using System.Collections.Generic;
namespace MediaBrowser.Model.Entities
{
@@ -35,8 +31,8 @@ namespace MediaBrowser.Model.Entities
public enum VideoType
{
- VideoFile = 1,
- DVD = 2,
- BluRay = 3
+ VideoFile,
+ DVD,
+ BluRay
}
}