From 0d5d91b4c4575271d16fe507a328fbcbb1510acd Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 3 Nov 2016 03:35:00 -0400 Subject: move notification classes --- .../Notifications/IConfigurableNotificationService.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs (limited to 'Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs') diff --git a/Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs b/Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs new file mode 100644 index 000000000..d74667c48 --- /dev/null +++ b/Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs @@ -0,0 +1,8 @@ +namespace Emby.Server.Implementations.Notifications +{ + public interface IConfigurableNotificationService + { + bool IsHidden { get; } + bool IsEnabled(string notificationType); + } +} -- cgit v1.2.3