We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a8d04 commit 8c56cf0Copy full SHA for 8c56cf0
1 file changed
src/streaming/metrics/reporting/reporters/DVBReporting.js
@@ -144,7 +144,7 @@ function DVBReporting(config) {
144
145
rangeController = rc;
146
147
- reportingUrl = settings.get().streaming.dvbReporting.reportingUrl || entry.dvb_reportingUrl;
+ reportingUrl = settings.get().streaming.dvbReporting.reportingUrl || entry.dvbReportingUrl;
148
149
// If a required attribute is missing, the Reporting descriptor may
150
// be ignored by the Player
0 commit comments