mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-10 09:24:56 +02:00
Remove fluent-ffmpeg dependency
This commit is contained in:
parent
8562b8d1b3
commit
b61ecefce4
35 changed files with 4405 additions and 50 deletions
|
@ -1,5 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
//
|
||||
// used by njodb
|
||||
// Source: https://github.com/moxystudio/node-proper-lockfile
|
||||
//
|
||||
|
||||
|
||||
const lockfile = require('./lib/lockfile');
|
||||
const { toPromise, toSync, toSyncOptions } = require('./lib/adapter');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue