enable sync for channels that allow downloading

This commit is contained in:
Luke Pulverenti
2016-09-07 16:11:34 -04:00
parent d68a826833
commit 13004d2541
3 changed files with 38 additions and 0 deletions

View File

@@ -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>