v2.0.1.0010

This commit is contained in:
marmei
2019-08-09 19:09:40 +02:00
parent 28dad4932b
commit 8a4fb8ba30
3 changed files with 7 additions and 5 deletions

View File

@@ -599,7 +599,7 @@ func Web(w http.ResponseWriter, r *http.Request) {
if System.ScanInProgress == 0 {
if len(Settings.Files.M3U) == 0 || len(Settings.Files.HDHR) == 0 {
if len(Settings.Files.M3U) == 0 && len(Settings.Files.HDHR) == 0 {
System.ConfigurationWizard = true
}