replaced FastReflection.dll with Fasterflect.dll to fix the race condition.

This commit is contained in:
kay.one 2013-03-31 16:40:19 -07:00
commit bdcdc7c0f6
10 changed files with 37 additions and 64 deletions

View file

@ -50,6 +50,7 @@ namespace NzbDrone.Core.MetadataSource
var series = new Series();
series.TvDbId = show.tvdb_id;
series.TvRageId = show.tvrage_id;
series.ImdbId = show.imdb_id;
series.Title = show.title;
series.FirstAired = show.first_aired;
series.Overview = show.overview;