Skip to content

Commit

Permalink
v2.0.1.0010
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-mei committed Aug 9, 2019
1 parent 28dad49 commit 8a4fb8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions changelog-beta.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<<<<<<< HEAD
#### 2.0.1.0010-beta
```diff
+ Set timestamp to <episode-num system="original-air-date">
```

#### 2.0.0.0008-beta
##### Fixes
- Pull request #6 [Error in http/https detection] window.location.protocol return "https:", not "https://"

=======
>>>>>>> beta
#### 2.0.0.0007-beta
```diff
+ Buffer HLS: Add VOD tag from M3U8
Expand Down
2 changes: 1 addition & 1 deletion src/webserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion xteve.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var GitHub = GitHubStruct{Branch: "master", User: "xteve-project", Repo: "xTeVe-
const Name = "xTeVe"

// Version : Version, die Build Nummer wird in der main func geparst.
const Version = "2.0.0.0008"
const Version = "2.0.1.0010"

// DBVersion : Datanbank Version
const DBVersion = "2.0.0"
Expand Down

0 comments on commit 8a4fb8b

Please sign in to comment.