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