mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Fixed: Missing grid failing when too many episodes were missing.
This commit is contained in:
parent
ffdc0f22fb
commit
74e78434b3
2 changed files with 54 additions and 89 deletions
|
@ -37,9 +37,9 @@ namespace NzbDrone.Web.Controllers
|
|||
AirDateString = e.AirDate.Value.ToBestDateString()
|
||||
});
|
||||
|
||||
var serialized = new JavaScriptSerializer().Serialize(missing);
|
||||
//var serialized = new JavaScriptSerializer().Serialize(missing);
|
||||
|
||||
return View((object)serialized);
|
||||
return View(missing);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue