mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-19 09:51:39 +00:00
Hide favorites in get all users api call.
This commit is contained in:
parent
81201efd44
commit
ac841856df
2 changed files with 2 additions and 1 deletions
|
|
@ -677,6 +677,7 @@ class User extends Model {
|
|||
if (minimal) {
|
||||
delete json.mediaProgress
|
||||
delete json.bookmarks
|
||||
delete json.favorites
|
||||
}
|
||||
return json
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue