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