fix(files): add missing Overwrite: F header in renaming

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2023-11-07 17:01:19 +01:00
parent 069eb070a9
commit f434483248
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
3 changed files with 4 additions and 3 deletions

View file

@ -288,6 +288,7 @@ export default Vue.extend({
url: oldEncodedSource,
headers: {
Destination: this.source.encodedSource,
Overwrite: 'F',
},
})

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long