diff options
| author | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-08-23 08:59:40 -0400 |
|---|---|---|
| committer | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-08-23 08:59:40 -0400 |
| commit | 977f8e970a74536276ba6c91055008bd4c851439 (patch) | |
| tree | 24d0387550417f26f3ce7b36d7d8712b693add96 /MediaBrowser.Model/Entities | |
| parent | 4527a187387295d73568bc3eef18aaad78633dfd (diff) | |
Added VideoType.ISO and trimmed Person output size
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/Video.cs | 1 |
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
}
|
