diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-23 03:54:30 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-23 03:54:30 -0500 |
| commit | a1ca5e3ecc076006d7a1b94511132f0544b5e667 (patch) | |
| tree | 81ecb48a7279f7b53e8ffee9458a8344f7b4f172 /MediaBrowser.Controller/Entities/Video.cs | |
| parent | 5833aedb15c2943109389d90979712978f1b2add (diff) | |
remove dead code
Diffstat (limited to 'MediaBrowser.Controller/Entities/Video.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Video.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index 7ba59df4f..47df12e1b 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -549,7 +549,7 @@ namespace MediaBrowser.Controller.Entities { if (SourceType == SourceType.Channel) { - var sources = ChannelManager.GetStaticMediaSources(this, false, CancellationToken.None) + var sources = ChannelManager.GetStaticMediaSources(this, CancellationToken.None) .Result.ToList(); if (sources.Count > 0) |
