mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Server side change to enable default explicit acces for admins
This commit is contained in:
parent
6ae14213f5
commit
2df3277dcd
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: false,
|
||||
accessExplicitContent: type === 'root' || type === 'admin',
|
||||
selectedTagsNotAccessible: false,
|
||||
librariesAccessible: [],
|
||||
itemTagsSelected: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue