Fix: more file pattern at update
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user