Skip to content

Commit df8d499

Browse files
committed
Use literal base64 as type
1 parent f8175f2 commit df8d499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/components/MediaPlayer/MediaPlayerCommon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export async function normalizeBase64Source(
8383
? uri.substring(uri.indexOf("base64,") + "base64,".length) // skip header portion of base64 string
8484
: uri,
8585
{
86-
encoding: FileSystem.EncodingType.Base64,
86+
encoding: "base64",
8787
}
8888
);
8989
return { uri: fileName };

0 commit comments

Comments
 (0)