revert change to CustomFormatCalculationService.cs
This commit is contained in:
parent
d0e9155076
commit
82a26a2fba
|
@ -73,6 +73,6 @@ namespace NzbDrone.Core.Blocklisting
|
|||
});
|
||||
|
||||
private string BuildProtocolWhereClause(DownloadProtocol? protocol) =>
|
||||
$"\"{TableMapping.Mapper.TableNameMapping(typeof(Blocklist))}\".\"Protocol\" = {(int) protocol}";
|
||||
$"\"{TableMapping.Mapper.TableNameMapping(typeof(Blocklist))}\".\"Protocol\" = {(int)protocol}";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@ namespace NzbDrone.Core.CustomFormats
|
|||
|
||||
var episodeInfo = new ParsedEpisodeInfo
|
||||
{
|
||||
SeriesTitle = series?.Title ?? parsed.SeriesTitle,
|
||||
SeriesTitle = series.Title,
|
||||
ReleaseTitle = parsed?.ReleaseTitle ?? blocklist.SourceTitle,
|
||||
Quality = blocklist.Quality,
|
||||
Languages = blocklist.Languages,
|
||||
|
|
Loading…
Reference in New Issue