diff options
Diffstat (limited to 'Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs')
| -rw-r--r-- | Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs b/Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs deleted file mode 100644 index d74667c48..000000000 --- a/Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace Emby.Server.Implementations.Notifications -{ - public interface IConfigurableNotificationService - { - bool IsHidden { get; } - bool IsEnabled(string notificationType); - } -} |
