mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 11:22:06 +00:00
Fixed typo.
This commit is contained in:
parent
c0542449a4
commit
03dc4a5602
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public virtual bool IsQualityNeeded(EpisodeParseResult parsedReport, bool skipHi
|
||||||
|
|
||||||
if (!IsAcceptableSize(parsedReport))
|
if (!IsAcceptableSize(parsedReport))
|
||||||
{
|
{
|
||||||
Logger.Trace("Size: {0} is not acceptable for Quality: {1}", parsedReport.Size, parsedReport.Q);
|
Logger.Trace("Size: {0} is not acceptable for Quality: {1}", parsedReport.Size, parsedReport.Quality);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue