Merge branch 'master' into warnings-cleanup1

This commit is contained in:
Patrick Barron
2020-04-22 13:44:20 +00:00
committed by GitHub
97 changed files with 962 additions and 881 deletions

View File

@@ -25,6 +25,9 @@ namespace Emby.Server.Implementations.Channels
_channelManager = channelManager;
}
/// <inheritdoc />
public string Name => "Channel Image Provider";
/// <inheritdoc />
public IEnumerable<ImageType> GetSupportedImages(BaseItem item)
{
@@ -39,9 +42,6 @@ namespace Emby.Server.Implementations.Channels
return channel.GetChannelImage(type, cancellationToken);
}
/// <inheritdoc />
public string Name => "Channel Image Provider";
/// <inheritdoc />
public bool Supports(BaseItem item)
{