Fixed up some errors and do the guid cache fix on the module instead of backend coz that would cause other issues.

(cherry picked from commit 8eaab46488f00a74197c517c6ef773626aec5173)
This commit is contained in:
Taloth Saldono
2017-05-21 22:01:03 +02:00
committed by Bogdan
parent e165663616
commit 9fccca1154

View File

@@ -79,7 +79,6 @@ protected virtual IList<ReleaseInfo> CleanupReleases(IEnumerable<ReleaseInfo> re
result.ForEach(c =>
{
c.Guid = string.Concat(Definition.Id, "_", c.Guid);
c.IndexerId = Definition.Id;
c.Indexer = Definition.Name;
c.DownloadProtocol = Protocol;