Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

Commit

Permalink
When loading settings from file, version number gets overriden by the…
Browse files Browse the repository at this point in the history
… current one. Closes #10
  • Loading branch information
SCP002 committed Apr 2, 2022
1 parent c6859b5 commit a53bc74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ func loadSettings() (settings SettingsStruct, err error) {
settings.VLCPath = searchFileInOS("cvlc")
}

settings.Version = System.DBVersion

err = saveSettings(settings)

// Warning if FFmpeg was not found
Expand Down

0 comments on commit a53bc74

Please sign in to comment.