mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: IncludeFiles if File Selection Modal
This commit is contained in:
parent
3cd58d5866
commit
789ce8a58f
5 changed files with 58 additions and 20 deletions
|
@ -46,14 +46,16 @@ export const actionHandlers = handleThunks({
|
|||
|
||||
const {
|
||||
path,
|
||||
allowFoldersWithoutTrailingSlashes = false
|
||||
allowFoldersWithoutTrailingSlashes = false,
|
||||
includeFiles = false
|
||||
} = payload;
|
||||
|
||||
const promise = createAjaxRequest({
|
||||
url: '/filesystem',
|
||||
data: {
|
||||
path,
|
||||
allowFoldersWithoutTrailingSlashes
|
||||
allowFoldersWithoutTrailingSlashes,
|
||||
includeFiles
|
||||
}
|
||||
}).request;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue