We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48213a0 commit df7698cCopy full SHA for df7698c
Plugin.cs
@@ -485,7 +485,9 @@ await this.providerManager
485
}
486
487
this.logger.Info("入库片头扫描: 触发片头检测");
488
- await IntroScanService.TryDetectIntroAsync(episode, CancellationToken.None).ConfigureAwait(false);
+ await IntroScanService
489
+ .ScanEpisodesAsync(new List<Episode> { episode }, CancellationToken.None, null)
490
+ .ConfigureAwait(false);
491
492
493
0 commit comments