mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-24 12:54:31 +02:00
Default deny explicit content to users
This commit is contained in:
parent
5b09bd8242
commit
61bd029303
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class User extends Model {
|
|||
upload: type === 'root' || type === 'admin',
|
||||
accessAllLibraries: true,
|
||||
accessAllTags: true,
|
||||
accessExplicitContent: true,
|
||||
accessExplicitContent: false,
|
||||
selectedTagsNotAccessible: false,
|
||||
librariesAccessible: [],
|
||||
itemTagsSelected: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue