Skip to content

Commit 8a4fb8b

Browse files
committed
v2.0.1.0010
1 parent 28dad49 commit 8a4fb8b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

changelog-beta.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<<<<<<< HEAD
1+
#### 2.0.1.0010-beta
2+
```diff
3+
+ Set timestamp to <episode-num system="original-air-date">
4+
```
5+
26
#### 2.0.0.0008-beta
37
##### Fixes
48
- Pull request #6 [Error in http/https detection] window.location.protocol return "https:", not "https://"
59

6-
=======
7-
>>>>>>> beta
810
#### 2.0.0.0007-beta
911
```diff
1012
+ Buffer HLS: Add VOD tag from M3U8

src/webserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ func Web(w http.ResponseWriter, r *http.Request) {
599599

600600
if System.ScanInProgress == 0 {
601601

602-
if len(Settings.Files.M3U) == 0 || len(Settings.Files.HDHR) == 0 {
602+
if len(Settings.Files.M3U) == 0 && len(Settings.Files.HDHR) == 0 {
603603
System.ConfigurationWizard = true
604604
}
605605

xteve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var GitHub = GitHubStruct{Branch: "master", User: "xteve-project", Repo: "xTeVe-
3939
const Name = "xTeVe"
4040

4141
// Version : Version, die Build Nummer wird in der main func geparst.
42-
const Version = "2.0.0.0008"
42+
const Version = "2.0.1.0010"
4343

4444
// DBVersion : Datanbank Version
4545
const DBVersion = "2.0.0"

0 commit comments

Comments
 (0)