File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ import UTCTiming from '../dash/vo/UTCTiming';
3434import PlaybackController from './controllers/PlaybackController' ;
3535import StreamController from './controllers/StreamController' ;
3636import MediaController from './controllers/MediaController' ;
37+ import BaseURLController from './controllers/BaseURLController' ;
3738import ManifestLoader from './ManifestLoader' ;
3839import ErrorHandler from './utils/ErrorHandler' ;
3940import Capabilities from './utils/Capabilities' ;
@@ -2801,6 +2802,7 @@ function MediaPlayer() {
28012802 metricsModel : metricsModel ,
28022803 playbackController : playbackController ,
28032804 protectionController : protectionController ,
2805+ baseURLController : BaseURLController ( context ) . getInstance ( ) ,
28042806 errHandler : errHandler ,
28052807 events : Events ,
28062808 constants : Constants ,
You can’t perform that action at this time.
0 commit comments