Merge pull request #142 from Gabisonfire/feature/dmm-improvements

remove log line of adult content
This commit is contained in:
iPromKnight
2024-03-10 13:55:20 +00:00
committed by GitHub

View File

@@ -134,7 +134,6 @@ public partial class DebridMediaManagerCrawler(
if (!parsingService.HasNoBannedTerms(parsedTorrent.Movie.ReleaseTitle))
{
logger.LogWarning("Banned terms found in {Title}", parsedTorrent.Movie.ReleaseTitle);
return null;
}