mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 09:44:41 +02:00
Add support for hide from continue listening
This commit is contained in:
parent
066d853156
commit
39b6ede1e9
1 changed files with 3 additions and 0 deletions
|
@ -648,6 +648,9 @@ module.exports = {
|
|||
const { rows: series, count } = await Database.seriesModel.findAndCountAll({
|
||||
where: [
|
||||
{
|
||||
id: {
|
||||
[Sequelize.Op.notIn]: user.seriesHideFromContinueListening
|
||||
},
|
||||
libraryId
|
||||
},
|
||||
// TODO: Simplify queries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue