aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-08-23 08:59:40 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-08-23 08:59:40 -0400
commit977f8e970a74536276ba6c91055008bd4c851439 (patch)
tree24d0387550417f26f3ce7b36d7d8712b693add96 /MediaBrowser.Model/Entities
parent4527a187387295d73568bc3eef18aaad78633dfd (diff)
Added VideoType.ISO and trimmed Person output size
Diffstat (limited to 'MediaBrowser.Model/Entities')
-rw-r--r--MediaBrowser.Model/Entities/Video.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/Video.cs b/MediaBrowser.Model/Entities/Video.cs
index fab22abd37..6fa3f56fea 100644
--- a/MediaBrowser.Model/Entities/Video.cs
+++ b/MediaBrowser.Model/Entities/Video.cs
@@ -37,6 +37,7 @@ namespace MediaBrowser.Model.Entities
public enum VideoType
{
VideoFile,
+ Iso,
DVD,
BluRay
}