mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
🍘 bugfix, filereader but on firefox
This commit is contained in:
parent
f86affc093
commit
ce40824a0c
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ async function readFile() {
|
|||
const reader = new FileReader()
|
||||
|
||||
reader.addEventListener('load', () => resolve(reader.result?.toString() ?? null))
|
||||
reader.readAsBinaryString(myFile)
|
||||
reader.readAsText(myFile)
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue