Fix: more file pattern at update

This commit is contained in:
2022-01-22 10:45:33 +08:00
parent 9b4c0b24ef
commit 0897fcc9f8

View File

@@ -13,7 +13,7 @@ function Manage() {
body: JSON.stringify({
token: token,
root: walkPath,
pattern: [".wav", ".mp3"],
pattern: [".wav", ".mp3", ".flac", ".ogg", ".aac", ".mka"],
}),
})
.then((res) => res.json())