From f2200c97cbd79e5ff432948ee0fbd1e66ffa4e14 Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Tue, 27 Dec 2022 14:24:34 +0100 Subject: Remove unused notification endpoints (#8952) --- .../NotificationDtos/NotificationsSummaryDto.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Jellyfin.Api/Models/NotificationDtos/NotificationsSummaryDto.cs (limited to 'Jellyfin.Api/Models/NotificationDtos/NotificationsSummaryDto.cs') diff --git a/Jellyfin.Api/Models/NotificationDtos/NotificationsSummaryDto.cs b/Jellyfin.Api/Models/NotificationDtos/NotificationsSummaryDto.cs deleted file mode 100644 index 0568dea666..0000000000 --- a/Jellyfin.Api/Models/NotificationDtos/NotificationsSummaryDto.cs +++ /dev/null @@ -1,20 +0,0 @@ -using MediaBrowser.Model.Notifications; - -namespace Jellyfin.Api.Models.NotificationDtos -{ - /// - /// The notification summary DTO. - /// - public class NotificationsSummaryDto - { - /// - /// Gets or sets the number of unread notifications. - /// - public int UnreadCount { get; set; } - - /// - /// Gets or sets the maximum unread notification level. - /// - public NotificationLevel? MaxUnreadNotificationLevel { get; set; } - } -} -- cgit v1.2.3