diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2021-01-12 12:28:21 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2021-01-12 12:28:21 +0900 |
| commit | cac33ef10554821fc624906c0fd1d2b11e51439b (patch) | |
| tree | 426e067765401b0f8969e48366d69c2fdc303b68 /MediaBrowser.Model/Notifications/NotificationType.cs | |
| parent | aaf889f683a92b4c41c54505d91d96b902709843 (diff) | |
remove unused notification type
Diffstat (limited to 'MediaBrowser.Model/Notifications/NotificationType.cs')
| -rw-r--r-- | MediaBrowser.Model/Notifications/NotificationType.cs | 1 |
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 } } |
