diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-14 00:22:17 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-14 00:22:17 -0400 |
| commit | 1d70f5469f68c1f576bad85ff35930b593e955de (patch) | |
| tree | 57b3d4c4bf675c9dda9e5b12a635e9831253ae5a /MediaBrowser.Controller/Entities/Video.cs | |
| parent | 16bc1f35ff36a1a91bb0e8851a354349cbb07ff7 (diff) | |
update connect
Diffstat (limited to 'MediaBrowser.Controller/Entities/Video.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Video.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index 59649de7f..dc9769d53 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -128,6 +128,7 @@ namespace MediaBrowser.Controller.Entities public bool HasSubtitles { get; set; } public bool IsPlaceHolder { get; set; } + public bool IsShortcut { get; set; } /// <summary> /// Gets or sets the tags. |
