Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
reruin committed Jan 10, 2020
1 parent 757919b commit 4c48461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/manage.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const handlers = async (a, body) => {
if (webdav_path) {
opts.webdav_path = webdav_path
}

opts.ignore_paths = config.getConfig('ignore_paths')
opts.ignore_file_extensions = ignore_file_extensions
opts.ignore_paths.__root__ = ignore_paths.split(',')
await config.save(opts)
Expand Down

0 comments on commit 4c48461

Please sign in to comment.