mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
Switched to SQLCE 4.0
This commit is contained in:
@@ -37,7 +37,7 @@ namespace NzbDrone.Web.Controllers
|
||||
EpisodeTitle = e.Title,
|
||||
Overview = e.Overview,
|
||||
SeriesTitle = e.Series.Title,
|
||||
AirDate = e.AirDate,
|
||||
AirDate = e.AirDate.Value,
|
||||
});
|
||||
|
||||
return View(new GridModel(missing));
|
||||
|
Reference in New Issue
Block a user