From eafaccae5d960708b72876b774094043afadab79 Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Tue, 12 Jan 2021 16:13:21 +0100 Subject: Merge pull request #5004 from jellyfin/camera-upload remove unused notification type (cherry picked from commit bffebce90975aed1abdf46f50e08d1e9c694240d) Signed-off-by: Joshua M. Boniface --- 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