aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/VideoSize.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-17 09:06:13 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-17 09:06:13 -0400
commitf9847be17c5037671b622b61df9aaa113723f318 (patch)
tree3cdd29229f24f21beafb526a5fd13de9d336fb9f /MediaBrowser.Model/Entities/VideoSize.cs
parentbcfe86dd16e66e2e0510b1e752b4067c3fa991d3 (diff)
update item by name queries
Diffstat (limited to 'MediaBrowser.Model/Entities/VideoSize.cs')
-rw-r--r--MediaBrowser.Model/Entities/VideoSize.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/MediaBrowser.Model/Entities/VideoSize.cs b/MediaBrowser.Model/Entities/VideoSize.cs
deleted file mode 100644
index 0100f3b90..000000000
--- a/MediaBrowser.Model/Entities/VideoSize.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace MediaBrowser.Model.Entities
-{
- public enum VideoSize
- {
- StandardDefinition,
- HighDefinition
- }
-} \ No newline at end of file