mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 23:42:36 -07:00
6 lines
No EOL
120 B
C#
6 lines
No EOL
120 B
C#
namespace Ombi.Services.Interfaces
|
|
{
|
|
public interface IPlexNotificationEngine : INotificationEngine
|
|
{
|
|
}
|
|
} |