mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-02 02:51:54 +02:00
add explicit to podcasts
This commit is contained in:
@@ -59,6 +59,8 @@ module.exports = {
|
||||
replacements.filterValue = value
|
||||
} else if (group === 'languages') {
|
||||
mediaWhere['language'] = value
|
||||
} else if (group === 'explicit') {
|
||||
mediaWhere['explicit'] = true
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user