File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,11 @@ import DashConstants from '../../dash/constants/DashConstants.js';
3333import FactoryMaker from '../../core/FactoryMaker.js' ;
3434import ThumbnailTrackInfo from '../vo/ThumbnailTrackInfo.js' ;
3535import URLUtils from '../../streaming/utils/URLUtils.js' ;
36- import { getTimeBasedSegment } from '../../dash/utils/SegmentsUtils.js' ;
36+ import { getTimeBasedSegment , processUriTemplate } from '../../dash/utils/SegmentsUtils.js' ;
3737import BoxParser from '../../streaming/utils/BoxParser.js' ;
3838import XHRLoader from '../../streaming/net/XHRLoader.js' ;
3939import DashHandler from '../../dash/DashHandler.js' ;
4040import SegmentsController from '../../dash/controllers/SegmentsController.js' ;
41- import { processUriTemplate } from '@svta/common-media-library/dash/processUriTemplate.js' ;
4241import CommonMediaRequest from '../vo/CommonMediaRequest.js' ;
4342import CommonMediaResponse from '../vo/CommonMediaResponse.js' ;
4443
You can’t perform that action at this time.
0 commit comments