Skip to content

Commit

Permalink
Add quantum TV as reseller
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuehlma committed Dec 24, 2017
1 parent 742fcf1 commit 54afaab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pvr.zattoo/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="pvr.zattoo"
version="18.0.30"
version="18.0.31"
name="Zattoo PVR Client"
provider-name="trummerjo,rbuehlma">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
2 changes: 2 additions & 0 deletions pvr.zattoo/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v18.0.31
- Add quantum TV as reseller
v18.0.30
- Set mime type to prevent HEAD request
- Enable manifest refresh
Expand Down
2 changes: 1 addition & 1 deletion pvr.zattoo/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<setting id="favoritesonly" type="bool" label="37103" default="false" />
<setting id="alternativeepgservice" type="bool" label="37104" default="false" />
<setting id="streamtype" type="enum" label="37105" default = "0" values="dash|hls" />
<setting id="provider" type="enum" label="37106" default = "0" values="Zattoo|Netplus|Quickline|m-net|WALY.TV|meinewelt.cc|BBV-tv.net|VTXtv.ch|myvisiontv.ch|GLATTvision.ch|SAKtv.ch|NetCologne|EWE.de" />
<setting id="provider" type="enum" label="37106" default = "0" values="Zattoo|Netplus|Quickline|m-net|WALY.TV|meinewelt.cc|BBV-tv.net|VTXtv.ch|myvisiontv.ch|GLATTvision.ch|SAKtv.ch|NetCologne|EWE.de|quantum TV" />
</settings>
3 changes: 3 additions & 0 deletions src/ZatData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,9 @@ ZatData::ZatData(string u, string p, bool favoritesOnly,
case 12:
providerUrl = "https://tvonline.ewe.de";
break;
case 13:
providerUrl = "https://www.quantum-tv.com";
break;
default:
providerUrl = "https://zattoo.com";
}
Expand Down

0 comments on commit 54afaab

Please sign in to comment.