Simplified some linq queries and fixed some debug logging getting through
This commit is contained in:
@@ -39,10 +39,13 @@ public class LoggingHelper
|
||||
_logger.LogInformation("-------------------------------------------------");
|
||||
}
|
||||
|
||||
public void EndOfScanningForSeries(BaseItem item)
|
||||
public void PrintDebugEndOfScanningForSeries(BaseItem item)
|
||||
{
|
||||
_logger.LogInformation("End of scanning for series: {Series}", item);
|
||||
_logger.LogInformation("-------------------------------------------------");
|
||||
if (Configuration.DebugMode)
|
||||
{
|
||||
_logger.LogInformation("End of scanning for series: {Series}", item);
|
||||
_logger.LogInformation("-------------------------------------------------");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user