mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Merge tracks with codec copy'
This commit is contained in:
parent
299fc95c78
commit
394d312282
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