This commit is contained in:
root 2025-07-11 17:01:37 +08:00
parent c44c44a621
commit dae4a24dbc
1 changed files with 1 additions and 0 deletions

View File

@ -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