aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Notifications/NotificationType.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-01-12 16:13:21 +0100
committerJoshua M. Boniface <joshua@boniface.me>2021-03-06 14:24:50 -0500
commiteafaccae5d960708b72876b774094043afadab79 (patch)
treed163caa615162f406d49f4b05af1566a7024c502 /MediaBrowser.Model/Notifications/NotificationType.cs
parentd2851979d4d80a4092199a0ceb93f046704b4863 (diff)
Merge pull request #5004 from jellyfin/camera-upload
remove unused notification type (cherry picked from commit bffebce90975aed1abdf46f50e08d1e9c694240d) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
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
}
}