add language to startup wizard

This commit is contained in:
Luke Pulverenti
2014-04-27 00:35:04 -04:00
parent fadda8ef56
commit bfe76e2077
6 changed files with 7 additions and 55 deletions

View File

@@ -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>