From cac33ef10554821fc624906c0fd1d2b11e51439b Mon Sep 17 00:00:00 2001 From: dkanada Date: Tue, 12 Jan 2021 12:28:21 +0900 Subject: remove unused notification type --- MediaBrowser.Model/Notifications/NotificationType.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'MediaBrowser.Model/Notifications/NotificationType.cs') diff --git a/MediaBrowser.Model/Notifications/NotificationType.cs b/MediaBrowser.Model/Notifications/NotificationType.cs index d58fbbc21..a8b257b8d 100644 --- a/MediaBrowser.Model/Notifications/NotificationType.cs +++ b/MediaBrowser.Model/Notifications/NotificationType.cs @@ -18,7 +18,6 @@ namespace MediaBrowser.Model.Notifications NewLibraryContent, ServerRestartRequired, TaskFailed, - CameraImageUploaded, UserLockedOut } } -- cgit v1.2.3