mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
replaced FastReflection.dll with Fasterflect.dll to fix the race condition.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user