Skip to content

Fix invalid MediaPlayerEvents import

Created by: chromakode

This caused an error when processing source using Babel: "Attempted import error: 'EVENT_MODE_ON_RECEIVE' is not exported from '../streaming/MediaPlayerEvents'."

I've changed it to match the other uses of these constants, which caused my builds to succeed. E.g.:

https://github.com/Dash-Industry-Forum/dash.js/blob/7d4d208898c1f5c1dd68957583a9475f4b591cfd/src/streaming/controllers/EventController.js#L126

Merge request reports