Skip to content

Commit 8c56cf0

Browse files
committed
Fix: dvb_reportingUrl updated to dvbReportingUrl
1 parent 56a8d04 commit 8c56cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/streaming/metrics/reporting/reporters/DVBReporting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function DVBReporting(config) {
144144

145145
rangeController = rc;
146146

147-
reportingUrl = settings.get().streaming.dvbReporting.reportingUrl || entry.dvb_reportingUrl;
147+
reportingUrl = settings.get().streaming.dvbReporting.reportingUrl || entry.dvbReportingUrl;
148148

149149
// If a required attribute is missing, the Reporting descriptor may
150150
// be ignored by the Player

0 commit comments

Comments
 (0)