v2.0.0.0009-beta

This commit is contained in:
marmei
2019-08-09 17:58:34 +02:00
parent 0f37835206
commit 1769b1e6db
5 changed files with 48 additions and 39 deletions

View File

@@ -597,8 +597,12 @@ func Web(w http.ResponseWriter, r *http.Request) {
if getFilenameFromPath(requestFile) == "html" {
if len(Data.Streams.All) == 0 && System.ScanInProgress == 0 {
System.ConfigurationWizard = true
if System.ScanInProgress == 0 {
if len(Settings.Files.M3U) == 0 || len(Settings.Files.HDHR) == 0 {
System.ConfigurationWizard = true
}
}
switch System.ConfigurationWizard {