mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-31 16:24:45 +02:00
Merge tracks with codec copy'
This commit is contained in:
parent
315de87bfc
commit
ddbf678a8b
5 changed files with 49 additions and 21 deletions
|
@ -106,7 +106,9 @@ export default {
|
|||
|
||||
var downloadPayload = {
|
||||
audiobookId: this.audiobook.id,
|
||||
type: 'singleAudio'
|
||||
type: 'singleAudio',
|
||||
includeMetadata: true,
|
||||
includeCover: true
|
||||
}
|
||||
this.$root.socket.emit('download', downloadPayload)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue