Skip to content

Fixes #1282

Vinay Rosenberg requested to merge github/fork/davemevans/1282 into development

Created by: davemevans

MediaController[mode] only works externally when you import MediaController in other modules - you can't use it within the module definition.

MediaController.trackSelectionModes[mode] doesn't work for the same reason and also because MediaController.trackSelectionModes is not defined.

Given the comments in MediaPlayer (fixed), this looks like a hangover from v1.

Also fixed the ref player which had outdated strings so wouldn't have worked anyway.

Merge request reports