mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
updated nuget
This commit is contained in:
@@ -49,11 +49,11 @@ namespace MediaBrowser.Model.ApiClient
|
||||
Task<NotificationsSummary> GetNotificationsSummary(string userId);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the notfiications async.
|
||||
/// Gets the notifications async.
|
||||
/// </summary>
|
||||
/// <param name="query">The query.</param>
|
||||
/// <returns>Task{NotificationResult}.</returns>
|
||||
Task<NotificationResult> GetNotfiicationsAsync(NotificationQuery query);
|
||||
Task<NotificationResult> GetNotificationsAsync(NotificationQuery query);
|
||||
|
||||
/// <summary>
|
||||
/// Gets an image stream based on a url
|
||||
|
||||
Reference in New Issue
Block a user