Rename GetFFmpegVersion
to GetVersion
in FFmpegContract
for consistency and clarity.
This commit is contained in:
@@ -89,7 +89,7 @@ func (u *utilities) GetFFmpegVersion() string {
|
||||
return lang.L("errorFFmpegVersion")
|
||||
}
|
||||
|
||||
version, err := ffmpegService.GetFFmpegVersion()
|
||||
version, err := ffmpegService.GetVersion()
|
||||
if err != nil {
|
||||
return lang.L("errorFFmpegVersion")
|
||||
}
|
||||
|
Reference in New Issue
Block a user