mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-14 19:34:57 +02:00
Remove rra dependency
This commit is contained in:
parent
6fc70b8656
commit
e623bf7fde
4 changed files with 392 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
const fs = require('fs-extra')
|
||||
const rra = require('recursive-readdir-async')
|
||||
const rra = require('../libs/recursiveReaddirAsync')
|
||||
const axios = require('axios')
|
||||
const Path = require('path')
|
||||
const Logger = require('../Logger')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue