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

@@ -21,7 +21,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
/// <summary>
/// Class ChapterImagesTask
/// </summary>
class ChapterImagesTask : IScheduledTask
public class ChapterImagesTask : IScheduledTask
{
/// <summary>
/// The _logger