fix: quote columns

This commit is contained in:
0xsysr3ll
2026-02-22 23:24:02 +01:00
parent e05c90fb67
commit 15f96e8776

View File

@@ -544,7 +544,7 @@ settingsRoutes.post(
.set({
userType: useEmby ? UserType.EMBY : UserType.JELLYFIN,
})
.where('"user".jellyfinUserId IS NOT NULL')
.where('"user"."jellyfinUserId" IS NOT NULL')
.execute();
await getRepository(Media)
.createQueryBuilder()