We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbc46a commit 1024cb9Copy full SHA for 1024cb9
1 file changed
frontend/dvbi-common.js
@@ -1094,7 +1094,7 @@ function parseServiceListProviders(data) {
1094
}
1095
var srsSupport = lists[j].getElementsByTagNameNS(ns, "SRSSupport");
1096
if (srsSupport.length > 0) {
1097
- list.potcodeFiltering = srsSupport[0].getAttribute("postcode") == "true";
+ list.postcodeFiltering = srsSupport[0].getAttribute("postcode") == "true";
1098
list.regionIdFiltering = srsSupport[0].getAttribute("regionID") == "true";
1099
list.multiplexFiltering = srsSupport[0].getAttribute("receivedMultiplex") == "true";
1100
0 commit comments