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

@@ -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 #### 2.0.0.0008-beta
##### Fixes ##### Fixes
- Pull request #6 [Error in http/https detection] window.location.protocol return "https:", not "https://" - Pull request #6 [Error in http/https detection] window.location.protocol return "https:", not "https://"
=======
>>>>>>> beta
#### 2.0.0.0007-beta #### 2.0.0.0007-beta
```diff ```diff
+ Buffer HLS: Add VOD tag from M3U8 + Buffer HLS: Add VOD tag from M3U8

View File

@@ -599,7 +599,7 @@ func Web(w http.ResponseWriter, r *http.Request) {
if System.ScanInProgress == 0 { 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 System.ConfigurationWizard = true
} }

View File

@@ -39,7 +39,7 @@ var GitHub = GitHubStruct{Branch: "master", User: "xteve-project", Repo: "xTeVe-
const Name = "xTeVe" const Name = "xTeVe"
// Version : Version, die Build Nummer wird in der main func geparst. // 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 // DBVersion : Datanbank Version
const DBVersion = "2.0.0" const DBVersion = "2.0.0"