Explorar el Código

修复编译问题,更新手动编译版本号

Signed-off-by: allan716 <[email protected]>
allan716 hace 4 años
padre
commit
bdb3a26bf7
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .github/workflows/manual_test.yml
  2. 1 1
      cmd/chinesesubfinder/main.go

+ 1 - 1
.github/workflows/manual_test.yml

@@ -33,4 +33,4 @@ jobs:
           platforms: linux/amd64
           push: true
           tags: |
-            allanpk716/chinesesubfinder:dev1002b02
+            allanpk716/chinesesubfinder:dev1014b01

+ 1 - 1
cmd/chinesesubfinder/main.go

@@ -201,7 +201,7 @@ func DownLoadStart(httpProxy string) {
 
 	// 开始字幕的统一校正
 	log.Infoln("Auto Fix Sub Timeline Start...")
-	fixer := sub_timeline_fixer.NewSubTimelineFixerHelper(config.EmbyConfig)
+	fixer := sub_timeline_fixer.NewSubTimelineFixerHelper(config.EmbyConfig, config.SubTimelineFixerConfig)
 	err = fixer.FixRecentlyItemsSubTimeline(config.MovieFolder, config.SeriesFolder)
 	if err != nil {
 		log.Errorln("FixRecentlyItemsSubTimeline", err)