aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Notifications/NotificationType.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2021-01-12 12:28:21 +0900
committerdkanada <dkanada@users.noreply.github.com>2021-01-12 12:28:21 +0900
commitcac33ef10554821fc624906c0fd1d2b11e51439b (patch)
tree426e067765401b0f8969e48366d69c2fdc303b68 /MediaBrowser.Model/Notifications/NotificationType.cs
parentaaf889f683a92b4c41c54505d91d96b902709843 (diff)
remove unused notification type
Diffstat (limited to 'MediaBrowser.Model/Notifications/NotificationType.cs')
-rw-r--r--MediaBrowser.Model/Notifications/NotificationType.cs1
1 files changed, 0 insertions, 1 deletions
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
}
}