mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 07:48:50 +01:00
sync updates
This commit is contained in:
@@ -508,7 +508,7 @@ namespace MediaBrowser.Server.Implementations.Channels
|
||||
SupportsLatestMedia = supportsLatest,
|
||||
Name = channel.Name,
|
||||
Id = channel.Id.ToString("N"),
|
||||
SupportsContentDownloading = isIndexable || supportsLatest,
|
||||
SupportsContentDownloading = features.SupportsContentDownloading && (isIndexable || supportsLatest),
|
||||
AutoRefreshLevels = features.AutoRefreshLevels
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user