Migrate config file

This commit is contained in:
Pieter Goetschalckx
2019-09-19 15:22:49 +02:00
parent 1befac8d0e
commit f5ab39be8e
2 changed files with 7 additions and 2 deletions

View File

@@ -207,8 +207,6 @@ function load (cb) {
onSavedState(err)
return
}
} else if (saved.prefs.externalPlayerPath == null) {
saved.prefs.externalPlayerPath = ''
}
onSavedState(null, saved)
})