feat: adding directors cut filter

This commit is contained in:
Chubby Granny Chaser 2024-07-04 23:14:09 +01:00
parent 47ca2535e3
commit fdefc0c165
No known key found for this signature in database

View File

@ -27,6 +27,7 @@ export const createDataSource = (
DownloadQueue, DownloadQueue,
UserAuth, UserAuth,
], ],
synchronize: true,
database: databasePath, database: databasePath,
...options, ...options,
}); });