mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 11:44:48 +03:00
added a notifications service
This commit is contained in:
9
MediaBrowser.Model/Notifications/NotificationsSummary.cs
Normal file
9
MediaBrowser.Model/Notifications/NotificationsSummary.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace MediaBrowser.Model.Notifications
|
||||
{
|
||||
public class NotificationsSummary
|
||||
{
|
||||
public int UnreadCount { get; set; }
|
||||
public NotificationLevel MaxUnreadNotificationLevel { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user