mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-02-01 00:18:14 +01:00
Server side change to enable default explicit acces for admins
This commit is contained in:
parent
6ae14213f5
commit
2df3277dcd
@ -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…
Reference in New Issue
Block a user