Merge pull request #11149 from Bond-009/nullable4

Enable nullable for more files
This commit is contained in:
Bond-009
2024-03-17 18:00:10 +01:00
committed by GitHub
12 changed files with 39 additions and 80 deletions

View File

@@ -570,7 +570,6 @@ namespace Jellyfin.LiveTv.Channels
return new ChannelFeatures(channel.Name, channel.Id)
{
CanFilter = !features.MaxPageSize.HasValue,
CanSearch = provider is ISearchableChannel,
ContentTypes = features.ContentTypes.ToArray(),
DefaultSortFields = features.DefaultSortFields.ToArray(),
MaxPageSize = features.MaxPageSize,