added marr.datamapper source code for easy debugging.

This commit is contained in:
kay.one 2013-03-30 14:56:34 -07:00
commit 3cdff3bb71
96 changed files with 9198 additions and 363 deletions

View file

@ -61,7 +61,6 @@ namespace NzbDrone.Api.Series
//We also need to remove any special characters from the filename before attempting to create it
_seriesService.AddSeries(request.Title, request.Path, request.TvDbId, request.QualityProfileId, null);
_jobProvider.Enqueue(typeof(ImportNewSeriesJob));
return new Response { StatusCode = HttpStatusCode.Created };
}