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