mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-01 16:54:59 +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
|
@ -28,6 +28,14 @@ class Download {
|
|||
}
|
||||
}
|
||||
|
||||
get includeMetadata() {
|
||||
return !!this.options.includeMetadata
|
||||
}
|
||||
|
||||
get includeCover() {
|
||||
return !!this.options.includeCover
|
||||
}
|
||||
|
||||
get mimeType() {
|
||||
if (this.ext === '.mp3' || this.ext === '.m4b' || this.ext === '.m4a') {
|
||||
return 'audio/mpeg'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue