mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-30 10:45:21 -04:00
Adding download tab and download manager, ffmpeg in worker thread
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
const Path = require('path')
|
||||
const Logger = require('../Logger')
|
||||
const prober = require('./prober')
|
||||
const AudioFile = require('../AudioFile')
|
||||
|
||||
|
||||
function getDefaultAudioStream(audioStreams) {
|
||||
if (audioStreams.length === 1) return audioStreams[0]
|
||||
|
||||
Reference in New Issue
Block a user