Enable nullable for more files

This commit is contained in:
Bond_009
2024-03-13 14:56:51 +01:00
parent 9db093b9d9
commit 651681c276
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,