Updates to migrate off of old library model

This commit is contained in:
advplyr 2024-08-24 16:09:54 -05:00 committed by Nicholas Wallace
parent 9ffdf5910f
commit 9fedebaae1
11 changed files with 141 additions and 133 deletions

View file

@ -83,7 +83,7 @@ module.exports = {
* @param {*} payload
* @param {string} seriesId
* @param {import('../models/User')} user
* @param {import('../objects/Library')} library
* @param {import('../models/Library')} library
* @returns {Object[]}
*/
async handleCollapseSubseries(payload, seriesId, user, library) {