Fix: more file pattern at update
This commit is contained in:
@@ -13,7 +13,7 @@ function Manage() {
|
|||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
token: token,
|
token: token,
|
||||||
root: walkPath,
|
root: walkPath,
|
||||||
pattern: [".wav", ".mp3"],
|
pattern: [".wav", ".mp3", ".flac", ".ogg", ".aac", ".mka"],
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
.then((res) => res.json())
|
.then((res) => res.json())
|
||||||
|
|||||||
Reference in New Issue
Block a user