diff --git a/src/system.go b/src/system.go index 1d8162e..ba95255 100644 --- a/src/system.go +++ b/src/system.go @@ -165,8 +165,8 @@ func loadSettings() (settings SettingsStrcut, err error) { settings.FFmpegPath = searchFileInOS("ffmpeg") } - if len(settings.FFmpegPath) == 0 { - settings.FFmpegPath = searchFileInOS("cvlc") + if len(settings.VLCPath) == 0 { + settings.VLCPath = searchFileInOS("cvlc") } settings.Version = System.DBVersion diff --git a/xteve.go b/xteve.go index 9fd925a..d82e026 100644 --- a/xteve.go +++ b/xteve.go @@ -39,7 +39,7 @@ var GitHub = GitHubStruct{Branch: "master", User: "xteve-project", Repo: "xTeVe- const Name = "xTeVe" // Version : Version, die Build Nummer wird in der main func geparst. -const Version = "2.0.3.0035" +const Version = "2.0.3.0036" // DBVersion : Datanbank Version const DBVersion = "2.1.0"