remove unused notification type

This commit is contained in:
dkanada
2021-01-12 12:28:21 +09:00
parent aaf889f683
commit cac33ef105
2 changed files with 0 additions and 9 deletions

View File

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