This commit is contained in:
Benjamin Toby 2026-01-26 14:17:11 +01:00
parent 2dff234715
commit 5c3260d53c

View File

@ -40,6 +40,8 @@ await datasquirel.api.media.add({
fileName: DSQL_FILE_NAME, fileName: DSQL_FILE_NAME,
fileType: "tar.xz", fileType: "tar.xz",
fileBase64: base64, fileBase64: base64,
private: true,
privateFolder: true,
}, },
], ],
type: "file", type: "file",