Ombi/Old/Ombi.Services/Interfaces/IEmbyNotificationEngine.cs
2017-05-16 08:31:44 +01:00

6 lines
No EOL
120 B
C#

namespace Ombi.Services.Interfaces
{
public interface IEmbyNotificationEngine : INotificationEngine
{
}
}