mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03: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