mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-19 11:21:27 +02:00
Remove fluent-ffmpeg dependency
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const Ffmpeg = require('fluent-ffmpeg')
|
||||
const Ffmpeg = require('../libs/fluentFfmpeg')
|
||||
|
||||
if (process.env.FFMPEG_PATH) {
|
||||
Ffmpeg.setFfmpegPath(process.env.FFMPEG_PATH)
|
||||
|
@@ -1,4 +1,4 @@
|
||||
const Ffmpeg = require('fluent-ffmpeg')
|
||||
const Ffmpeg = require('../libs/fluentFfmpeg')
|
||||
const fs = require('../libs/fsExtra')
|
||||
const Path = require('path')
|
||||
const package = require('../../package.json')
|
||||
|
Reference in New Issue
Block a user