diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-08-06 19:01:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-06 19:01:30 -0400 |
| commit | e9bf2e413222af14ca791d989bd0470d5e282ae0 (patch) | |
| tree | 326030dc1915f3c4e00f4f10eab5c171b7e87ca4 /MediaBrowser.Controller/Entities/Video.cs | |
| parent | d8c2dd253277ba2ce7a5a7496b278db0e4e85106 (diff) | |
| parent | 6d78824c8e9fa9fe1e46944ca6901af724b8f7cd (diff) | |
Merge pull request #2796 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/Entities/Video.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Video.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index c027a3541..7734ab8b0 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -52,6 +52,12 @@ namespace MediaBrowser.Controller.Entities } } + /// <summary> + /// Gets or sets the display type of the media. + /// </summary> + /// <value>The display type of the media.</value> + public string DisplayMediaType { get; set; } + [IgnoreDataMember] public override bool SupportsPositionTicksResume { |
