Fixed movie scene column.

This commit is contained in:
DebaucheryLibrarian 2021-02-05 04:06:53 +01:00
parent 6be787ecae
commit a95a159978
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ async function deleteScenes(sceneIds) {
}
await knex('movies_scenes')
.whereIn('release_id', sceneIds)
.whereIn('scene_id', sceneIds)
.delete();
const deleteCount = await knex('releases')