Downloads go into sub-directory, fix text overflow in downloads modal

This commit is contained in:
advplyr
2021-09-16 19:41:07 -05:00
parent 8232cfb796
commit 87f1deff19
6 changed files with 69 additions and 84 deletions
+2
View File
@@ -286,6 +286,7 @@ export default {
var extname = Path.extname(coverUrl) || '.jpg'
var downloadRequestPayload = {
audiobookId: download.id,
downloadUrl: coverUrl,
filename: `${download.id}${extname}`,
title: download.audiobook.book.title
@@ -310,6 +311,7 @@ export default {
console.log('Starting Download URL', url)
var downloadRequestPayload = {
audiobookId: download.id,
filename: download.filename,
downloadUrl: url,
title: download.audiobook.book.title