mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Cleaned as much of notifications as I could find.
This commit is contained in:
@@ -23,7 +23,7 @@ namespace NzbDrone.Web.Controllers
|
||||
{
|
||||
_logProvider.DeleteAll();
|
||||
|
||||
return Json(new NotificationResult() { Title = "Logs Cleared" });
|
||||
return JsonNotificationResult.Info("Logs Cleared");
|
||||
}
|
||||
|
||||
[GridAction]
|
||||
|
||||
Reference in New Issue
Block a user