mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-05 10:44:32 +02:00
Fix:Force AAC when transcoding ALAC audio file streams #1372
This commit is contained in:
parent
7a7708403f
commit
ff10287d05
4 changed files with 22 additions and 4 deletions
|
@ -748,7 +748,6 @@ export default {
|
|||
if (this.libraryItem.episodesDownloading) {
|
||||
this.episodeDownloadsQueued = this.libraryItem.episodesDownloading || []
|
||||
}
|
||||
console.log('Media metadata', this.mediaMetadata)
|
||||
|
||||
// use this items library id as the current
|
||||
if (this.libraryId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue