mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Search History Force Download
Fixed: Issue with Force Download in Search History
This commit is contained in:
parent
97fa0ef0d3
commit
82f0751a15
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ namespace NzbDrone.Web.Controllers
|
|||
{
|
||||
_searchHistoryProvider.ForceDownload(id);
|
||||
|
||||
return new JsonResult { Data = "ok", JsonRequestBehavior = JsonRequestBehavior.AllowGet };
|
||||
return JsonNotificationResult.Info("Success", "Requested episode has been sent to download client");
|
||||
}
|
||||
|
||||
public string GetDisplayName(SearchHistory searchResult)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue