mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
fix: bug
This commit is contained in:
parent
2e7e6588a8
commit
78ba547138
10 changed files with 271 additions and 103 deletions
|
|
@ -74,7 +74,7 @@ class DB {
|
|||
this.sqlite = new SQLite3(this.dbFilePath, {
|
||||
nativeBinding: path.join(
|
||||
__dirname,
|
||||
`./better_sqlite3_${process.arch}.node`
|
||||
`./binary/better_sqlite3_${process.arch}.node`
|
||||
),
|
||||
})
|
||||
this.sqlite.pragma('auto_vacuum = FULL')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue