mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 03:05:15 +00:00
*screams internally*
This commit is contained in:
parent
38fada010d
commit
e9a91aba81
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { Filesystem, Directory, Encoding } from "@capacitor/filesystem";
|
||||||
|
|
||||||
module = (url) => {
|
module = (url) => {
|
||||||
return new Promise(async (resolve, reject) => {
|
return new Promise(async (resolve, reject) => {
|
||||||
|
|
||||||
//--- Download File From GitHub & Save to Memory/RAM ---//
|
//--- Download File From GitHub & Save to Memory/RAM ---//
|
||||||
const data = await Http.get({
|
const data = await Http.get({
|
||||||
url: url,
|
url: url,
|
||||||
|
|
Loading…
Reference in a new issue