mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
fix: disable limit on update/delete queries (#1077)
This is necessary until Bun enables the feature in sqlite: https://github.com/oven-sh/bun/issues/16909 and https://github.com/oven-sh/bun/pull/16884
This commit is contained in:
committed by
GitHub
parent
d648e1e155
commit
2b37fe0304
@@ -240,6 +240,6 @@ export class ProgramGroupingMinter {
|
||||
artistUuid: null,
|
||||
showUuid: null,
|
||||
year: item.parent.year,
|
||||
};
|
||||
} satisfies NewProgramGrouping;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user