mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-03-14 00:21:31 +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',
|
upload: type === 'root' || type === 'admin',
|
||||||
accessAllLibraries: true,
|
accessAllLibraries: true,
|
||||||
accessAllTags: true,
|
accessAllTags: true,
|
||||||
accessExplicitContent: false,
|
accessExplicitContent: type === 'root' || type === 'admin',
|
||||||
selectedTagsNotAccessible: false,
|
selectedTagsNotAccessible: false,
|
||||||
librariesAccessible: [],
|
librariesAccessible: [],
|
||||||
itemTagsSelected: []
|
itemTagsSelected: []
|
||||||
|
Loading…
Reference in New Issue
Block a user