Skip to content

Commit

Permalink
调整代码细节
Browse files Browse the repository at this point in the history
Signed-off-by: allan716 <525223688@qq.com>
  • Loading branch information
allanpk716 committed May 10, 2023
1 parent 15f5479 commit 80a9681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logic/sub_timeline_fixer/SubTimelineFixerHelperEx.go
Expand Up @@ -45,7 +45,7 @@ func NewSubTimelineFixerHelperEx(log *logrus.Logger, fixerConfig settings.Timeli
}

// Check 是否安装了 ffmpeg 和 ffprobe
func (s *SubTimelineFixerHelperEx) Check() bool {
func (s SubTimelineFixerHelperEx) Check() bool {
version, err := s.ffmpegHelper.Version()
if err != nil {
s.needDownloadFFMPeg = false
Expand Down

0 comments on commit 80a9681

Please sign in to comment.