Hide favorites in get all users api call.

This commit is contained in:
Rapha149 2026-03-20 14:40:29 +01:00
parent 81201efd44
commit ac841856df
2 changed files with 2 additions and 1 deletions

View file

@ -677,6 +677,7 @@ class User extends Model {
if (minimal) {
delete json.mediaProgress
delete json.bookmarks
delete json.favorites
}
return json
}