mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Search History Force Download
Fixed: Issue with Force Download in Search History
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user