aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Notifications/NotificationsSummary.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Notifications/NotificationsSummary.cs')
-rw-r--r--MediaBrowser.Model/Notifications/NotificationsSummary.cs9
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; }
+ }
+}