Make all class implementing dynamically loaded interfaces public

This commit is contained in:
Claus Vium
2019-02-15 23:05:14 +01:00
parent 7cc69f30c4
commit 21f0a7e020
18 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ using Microsoft.Extensions.Logging;
namespace Emby.Server.Implementations.Channels
{
class RefreshChannelsScheduledTask : IScheduledTask, IConfigurableScheduledTask
public class RefreshChannelsScheduledTask : IScheduledTask, IConfigurableScheduledTask
{
private readonly IChannelManager _channelManager;
private readonly IUserManager _userManager;