diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-10 22:28:34 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-10 22:28:34 -0500 |
| commit | 5d4fec778c9653e02505f119e6824ace47677d06 (patch) | |
| tree | 54b56253e0318848cad73c6be2de33e35d71c7b4 /MediaBrowser.Server.Implementations/Channels/ChannelManager.cs | |
| parent | f1a715b836ba33dab4c72d08acc316159de5dfa0 (diff) | |
sync updates
Diffstat (limited to 'MediaBrowser.Server.Implementations/Channels/ChannelManager.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Channels/ChannelManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Channels/ChannelManager.cs b/MediaBrowser.Server.Implementations/Channels/ChannelManager.cs index 37536a4ee9..2b17442dea 100644 --- a/MediaBrowser.Server.Implementations/Channels/ChannelManager.cs +++ b/MediaBrowser.Server.Implementations/Channels/ChannelManager.cs @@ -508,7 +508,7 @@ namespace MediaBrowser.Server.Implementations.Channels SupportsLatestMedia = supportsLatest, Name = channel.Name, Id = channel.Id.ToString("N"), - SupportsContentDownloading = isIndexable || supportsLatest, + SupportsContentDownloading = features.SupportsContentDownloading && (isIndexable || supportsLatest), AutoRefreshLevels = features.AutoRefreshLevels }; } |
