diff options
Diffstat (limited to 'MediaBrowser.Model/Notifications/NotificationsSummary.cs')
| -rw-r--r-- | MediaBrowser.Model/Notifications/NotificationsSummary.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/MediaBrowser.Model/Notifications/NotificationsSummary.cs b/MediaBrowser.Model/Notifications/NotificationsSummary.cs deleted file mode 100644 index 87dd51a5f..000000000 --- a/MediaBrowser.Model/Notifications/NotificationsSummary.cs +++ /dev/null @@ -1,9 +0,0 @@ - -namespace MediaBrowser.Model.Notifications -{ - public class NotificationsSummary - { - public int UnreadCount { get; set; } - public NotificationLevel MaxUnreadNotificationLevel { get; set; } - } -} |
