MCPcopy
hub / github.com/ChineseSubFinder/ChineseSubFinder / HotFix004

Struct HotFix004

pkg/hot_fix/hot_fix_004.go:12–14  ·  view source on GitHub ↗

* 字幕服务器在判断字幕是否包含中文的时候,没有进行 UTF8 的转换,导致故障丢气大量正确字幕 */

Source from the content-addressed store, hash-verified

10 字幕服务器在判断字幕是否包含中文的时候,没有进行 UTF8 的转换,导致故障丢气大量正确字幕
11*/
12type HotFix004 struct {
13 log *logrus.Logger
14}
15
16func NewHotFix004(log *logrus.Logger) *HotFix004 {
17 return &HotFix004{log: log}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected