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

@@ -14,7 +14,7 @@ using Microsoft.Extensions.Logging;
namespace Emby.Server.Implementations.EntryPoints
{
class UserDataChangeNotifier : IServerEntryPoint
public class UserDataChangeNotifier : IServerEntryPoint
{
private readonly ISessionManager _sessionManager;
private readonly ILogger _logger;