mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-09 22:22:24 +00:00
enable sync for channels that allow downloading
This commit is contained in:
@@ -541,6 +541,11 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
return true;
|
||||
}
|
||||
|
||||
if (item.SourceType == SourceType.Channel)
|
||||
{
|
||||
return BaseItem.ChannelManager.SupportsSync(item.ChannelId);
|
||||
}
|
||||
|
||||
return item.LocationType == LocationType.FileSystem || item is Season;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user