diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-01-12 16:13:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-12 16:13:21 +0100 |
| commit | bffebce90975aed1abdf46f50e08d1e9c694240d (patch) | |
| tree | 426e067765401b0f8969e48366d69c2fdc303b68 /MediaBrowser.Model/Notifications/NotificationType.cs | |
| parent | aaf889f683a92b4c41c54505d91d96b902709843 (diff) | |
| parent | cac33ef10554821fc624906c0fd1d2b11e51439b (diff) | |
Merge pull request #5004 from jellyfin/camera-upload
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 } } |
