aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-09-08 02:44:27 -0400
committerGitHub <noreply@github.com>2016-09-08 02:44:27 -0400
commit51f6cd999f5b2dab41aad29bd64d3be3cf13ccbe (patch)
tree024ab7023f1f7a7786ad38b22fa2ade51d87c3e8 /MediaBrowser.Controller/Channels
parent51904062dcadfdb011bca1914b97333e5202eee5 (diff)
parent323d4104843dd50323c0d1378b4df5b65571bb8c (diff)
Merge pull request #2145 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/Channels')
-rw-r--r--MediaBrowser.Controller/Channels/IChannelManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Channels/IChannelManager.cs b/MediaBrowser.Controller/Channels/IChannelManager.cs
index e3d2d04404..3c46247a72 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>