Browse Source

取消共享字幕的扫描功能

Signed-off-by: allan716 <[email protected]>
allan716 2 years ago
parent
commit
4c5cf4f368

+ 1 - 1
pkg/video_scan_and_refresh_helper/video_scan_and_refresh_helper.go

@@ -133,7 +133,7 @@ func (v *VideoScanAndRefreshHelper) Start(scanLogic *scan_logic.ScanLogic) error
 	if settings.Get().ExperimentalFunction.ShareSubSettings.ShareSubEnabled == true {
 	if settings.Get().ExperimentalFunction.ShareSubSettings.ShareSubEnabled == true {
 		v.log.Infoln("ShareSubEnabled is true, will scan share sub")
 		v.log.Infoln("ShareSubEnabled is true, will scan share sub")
 		// 根据上面得到的 scanResult 的 Normal 部分进行字幕的扫描,也存入到 VideoSubInfo 中,但是需要标记这个是低可信度的
 		// 根据上面得到的 scanResult 的 Normal 部分进行字幕的扫描,也存入到 VideoSubInfo 中,但是需要标记这个是低可信度的
-		v.scanLowVideoSubInfo(scanResult)
+		//v.scanLowVideoSubInfo(scanResult)
 	}
 	}
 
 
 	return nil
 	return nil