diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-03-14 15:56:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-14 15:56:14 -0400 |
| commit | 27fb3980017c67fa2ba7a394ec5fc0ef08d7b382 (patch) | |
| tree | 111ce9e07b6321909ed8277d9062f8d652842cc5 /MediaBrowser.Controller/Entities/Video.cs | |
| parent | afb4a08bfe94da3b29d6f962665f93824e94f203 (diff) | |
| parent | aaa244be4c3228bfb20e8f20c1c46c8e13472c9d (diff) | |
Merge pull request #2526 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/Entities/Video.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Video.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index 78f907d61..890626419 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -614,7 +614,8 @@ namespace MediaBrowser.Controller.Entities Timestamp = i.Timestamp, Type = type, PlayableStreamFileNames = i.PlayableStreamFileNames.ToList(), - SupportsDirectStream = i.VideoType == VideoType.VideoFile + SupportsDirectStream = i.VideoType == VideoType.VideoFile, + IsRemote = i.IsShortcut }; if (info.Protocol == MediaProtocol.File) |
