Rename GetFFmpegVersion to GetVersion in FFmpegContract for consistency and clarity.

This commit is contained in:
2025-06-09 23:21:19 +05:00
parent c8619cdc7f
commit a9c59137af
2 changed files with 3 additions and 3 deletions

View File

@@ -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")
}