diff options
| author | Claus Vium <clausvium@gmail.com> | 2019-02-15 23:05:14 +0100 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2019-02-15 23:05:14 +0100 |
| commit | 21f0a7e020dab7b667559b8adc51a35147941d41 (patch) | |
| tree | 6f4dcfb7927fb30653670ecb69752840da56b540 /Emby.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs | |
| parent | 7cc69f30c4519db4162acfbc4d056ae34e6ca6ef (diff) | |
Make all class implementing dynamically loaded interfaces public
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs')
| -rw-r--r-- | Emby.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs b/Emby.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs index 774ed09da..a5badacee 100644 --- a/Emby.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs +++ b/Emby.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs @@ -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; |
