fix
This commit is contained in:
parent
c44c44a621
commit
dae4a24dbc
|
|
@ -63,6 +63,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({
|
|||
{
|
||||
name: 'convertFileSrc',
|
||||
load: () => {
|
||||
console.log(`convertFileSrc ${path}`)
|
||||
const src = convertFileSrc(path)
|
||||
console.log('Trying convertFileSrc:', { originalPath: path, convertedSrc: src })
|
||||
return src
|
||||
|
|
|
|||
Loading…
Reference in New Issue