Fix bug with new config having wrong version

This commit is contained in:
2023-11-26 16:59:54 +10:30
parent bb8193b504
commit 9a2497c244
3 changed files with 6 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ func (cs *ConfigService) LoadDefaultConfig() {
defaultConfig.Destinations = nil
defaultConfig.DownloadOptions = make([]DownloadOption, 0)
defaultConfig.ConfigVersion = 3
defaultConfig.ConfigVersion = 4
cs.Config = &defaultConfig