mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
replaced FastReflection.dll with Fasterflect.dll to fix the race condition.
This commit is contained in:
parent
a0560da33d
commit
bdcdc7c0f6
10 changed files with 37 additions and 64 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue