mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
add language to startup wizard
This commit is contained in:
@@ -140,13 +140,6 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <returns>Task.</returns>
|
||||
Task MarkNotificationsRead(string userId, IEnumerable<Guid> notificationIdList, bool isRead);
|
||||
|
||||
/// <summary>
|
||||
/// Adds the notification.
|
||||
/// </summary>
|
||||
/// <param name="notification">The notification.</param>
|
||||
/// <returns>Task{Notification}.</returns>
|
||||
Task SendNotification(NotificationRequest notification);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the notifications summary.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user