mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Cleaned as much of notifications as I could find.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace NzbDrone.Web.Controllers
|
||||
{
|
||||
_jobProvider.QueueJob(typeof(AppUpdateJob), 0, 0);
|
||||
|
||||
return Json(new NotificationResult { Title = "Update will begin shortly", NotificationType = NotificationType.Info, Text = "NzbDrone will restart automatically." });
|
||||
return JsonNotificationResult.Info("Update will begin shortly", "NzbDrone will restart automatically.");
|
||||
}
|
||||
|
||||
public ActionResult ViewLog( string filepath)
|
||||
|
Reference in New Issue
Block a user