mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Reverted change to loadExtensions, updated to remove SKIP_BINARIES_CHECK
This commit is contained in:
parent
09c95aa845
commit
844835f797
4 changed files with 2 additions and 12 deletions
|
|
@ -273,12 +273,6 @@ class BinaryManager {
|
|||
}
|
||||
|
||||
async init() {
|
||||
// Optional skip binaries check
|
||||
if (process.env.SKIP_BINARIES_CHECK === '1') {
|
||||
Logger.info('[BinaryManager] Skipping check for binaries')
|
||||
return
|
||||
}
|
||||
|
||||
if (this.initialized) return
|
||||
|
||||
const missingBinaries = await this.findRequiredBinaries()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue