Skip to content

Commit 1024cb9

Browse files
committed
postcodeFiltering key typo fixed
1 parent 7fbc46a commit 1024cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/dvbi-common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ function parseServiceListProviders(data) {
10941094
}
10951095
var srsSupport = lists[j].getElementsByTagNameNS(ns, "SRSSupport");
10961096
if (srsSupport.length > 0) {
1097-
list.potcodeFiltering = srsSupport[0].getAttribute("postcode") == "true";
1097+
list.postcodeFiltering = srsSupport[0].getAttribute("postcode") == "true";
10981098
list.regionIdFiltering = srsSupport[0].getAttribute("regionID") == "true";
10991099
list.multiplexFiltering = srsSupport[0].getAttribute("receivedMultiplex") == "true";
11001100
}

0 commit comments

Comments
 (0)