mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Post GPL cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Model.Channels
|
||||
{
|
||||
@@ -76,10 +76,9 @@ namespace MediaBrowser.Model.Channels
|
||||
|
||||
public ChannelFeatures()
|
||||
{
|
||||
MediaTypes = new ChannelMediaType[] { };
|
||||
ContentTypes = new ChannelMediaContentType[] { };
|
||||
|
||||
DefaultSortFields = new ChannelItemSortField[] { };
|
||||
MediaTypes = Array.Empty<ChannelMediaType>();
|
||||
ContentTypes = Array.Empty<ChannelMediaContentType>();
|
||||
DefaultSortFields = Array.Empty<ChannelItemSortField>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user