diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-24 17:45:21 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-24 17:45:21 -0400 |
| commit | a55d156fd65e297b044d8ad898b1e04f659e4e60 (patch) | |
| tree | eafab23e684a05bf2ce73a73d676290203f48bab /MediaBrowser.Controller/Entities/Video.cs | |
| parent | 34bc54263e886aae777a3537dc50a6535b51330a (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Controller/Entities/Video.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Video.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index 61404949e4..4d50e61aeb 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -23,7 +23,8 @@ namespace MediaBrowser.Controller.Entities IHasAspectRatio, IHasTags, ISupportsPlaceHolders, - IHasMediaSources + IHasMediaSources, + IHasShortOverview { public bool IsMultiPart { get; set; } public bool HasLocalAlternateVersions { get; set; } @@ -36,6 +37,7 @@ namespace MediaBrowser.Controller.Entities public long? Size { get; set; } public string Container { get; set; } public int? TotalBitrate { get; set; } + public string ShortOverview { get; set; } /// <summary> /// Gets or sets the timestamp. |
