Fixes #1282
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.