mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
Dapper and STJson
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Marr.Data;
|
||||
using NLog;
|
||||
using NzbDrone.Common.Crypto;
|
||||
using NzbDrone.Common.Extensions;
|
||||
@@ -375,7 +374,7 @@ namespace NzbDrone.Core.Download.Pending
|
||||
return;
|
||||
}
|
||||
|
||||
var profile = remoteEpisode.Series.QualityProfile.Value;
|
||||
var profile = remoteEpisode.Series.QualityProfile;
|
||||
|
||||
foreach (var existingReport in existingReports)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user