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 /Emby.Notifications | |
| parent | aaf889f683a92b4c41c54505d91d96b902709843 (diff) | |
remove unused notification type
Diffstat (limited to 'Emby.Notifications')
| -rw-r--r-- | Emby.Notifications/CoreNotificationTypes.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Emby.Notifications/CoreNotificationTypes.cs b/Emby.Notifications/CoreNotificationTypes.cs index a602b7221..ec3490e23 100644 --- a/Emby.Notifications/CoreNotificationTypes.cs +++ b/Emby.Notifications/CoreNotificationTypes.cs @@ -76,10 +76,6 @@ namespace Emby.Notifications }, new NotificationTypeInfo { - Type = NotificationType.CameraImageUploaded.ToString() - }, - new NotificationTypeInfo - { Type = NotificationType.UserLockedOut.ToString() }, new NotificationTypeInfo @@ -114,10 +110,6 @@ namespace Emby.Notifications { note.Category = _localization.GetLocalizedString("Plugin"); } - else if (note.Type.IndexOf("CameraImageUploaded", StringComparison.OrdinalIgnoreCase) != -1) - { - note.Category = _localization.GetLocalizedString("Sync"); - } else if (note.Type.IndexOf("UserLockedOut", StringComparison.OrdinalIgnoreCase) != -1) { note.Category = _localization.GetLocalizedString("User"); |
