diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-07 16:11:34 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-07 16:11:34 -0400 |
| commit | 13004d2541becedd8bfa089cd56125042b906e06 (patch) | |
| tree | 6c349feb5d431a5173e9118ed9e4b081d43e366c /MediaBrowser.Controller/Channels/IChannelManager.cs | |
| parent | d68a8268331ab2c3f75b1f3edd8b786e48b0ba57 (diff) | |
enable sync for channels that allow downloading
Diffstat (limited to 'MediaBrowser.Controller/Channels/IChannelManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Channels/IChannelManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Channels/IChannelManager.cs b/MediaBrowser.Controller/Channels/IChannelManager.cs index e3d2d0440..3c46247a7 100644 --- a/MediaBrowser.Controller/Channels/IChannelManager.cs +++ b/MediaBrowser.Controller/Channels/IChannelManager.cs @@ -31,6 +31,8 @@ namespace MediaBrowser.Controller.Channels /// <returns>ChannelFeatures.</returns> ChannelFeatures GetChannelFeatures(string id); + bool SupportsSync(string channelId); + /// <summary> /// Gets all channel features. /// </summary> |
