Wrong CVLC path

This commit is contained in:
marmei
2019-09-27 22:20:19 +02:00
parent ad992eb615
commit 7c87d1d5bd
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

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