mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 18:24:46 +02:00
Remove node-ffprobe dependency
This commit is contained in:
parent
d0af1c3c9a
commit
8562b8d1b3
5 changed files with 51 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
const ffprobe = require('node-ffprobe')
|
||||
const ffprobe = require('../libs/nodeFfprobe')
|
||||
const MediaProbeData = require('../scanner/MediaProbeData')
|
||||
|
||||
const Logger = require('../Logger')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue