1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2024-10-18 05:14:23 +00:00

Fix: Missing filename in download

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-06-23 17:33:15 +02:00
parent 3040f4ded7
commit 97881e0713
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
3 changed files with 8780 additions and 8779 deletions

17556
bindata.go

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -148,6 +148,7 @@ export default {
this.loading = false
this.fileType = contentType
this.fileName = this.path.substring(this.path.lastIndexOf('/')+1)
})
.catch(err => {
switch (err.response.status) {