mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 07:48:50 +01:00
fixes #762 - Marking unwatched doesn't update display
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using MediaBrowser.Controller.Library;
|
||||
using MediaBrowser.Controller.Net;
|
||||
using MediaBrowser.Controller.Notifications;
|
||||
using MediaBrowser.Model.Notifications;
|
||||
using ServiceStack;
|
||||
@@ -82,6 +83,7 @@ namespace MediaBrowser.Api
|
||||
public string Ids { get; set; }
|
||||
}
|
||||
|
||||
[Authenticated]
|
||||
public class NotificationsService : BaseApiService
|
||||
{
|
||||
private readonly INotificationsRepository _notificationsRepo;
|
||||
|
||||
Reference in New Issue
Block a user