Merge pull request #5004 from jellyfin/camera-upload

remove unused notification type

(cherry picked from commit bffebce909)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Bond-009
2021-01-12 16:13:21 +01:00
committed by Joshua M. Boniface
parent d2851979d4
commit eafaccae5d
2 changed files with 0 additions and 9 deletions

View File

@@ -18,7 +18,6 @@ namespace MediaBrowser.Model.Notifications
NewLibraryContent,
ServerRestartRequired,
TaskFailed,
CameraImageUploaded,
UserLockedOut
}
}