diff options
Diffstat (limited to 'server/models/user/user.ts')
-rw-r--r-- | server/models/user/user.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/user/user.ts b/server/models/user/user.ts index 20696b1f4..069d7266e 100644 --- a/server/models/user/user.ts +++ b/server/models/user/user.ts | |||
@@ -958,7 +958,7 @@ export class UserModel extends Model<Partial<AttributesOnly<UserModel>>> { | |||
958 | } | 958 | } |
959 | 959 | ||
960 | toMeFormattedJSON (this: MMyUserFormattable): MyUser { | 960 | toMeFormattedJSON (this: MMyUserFormattable): MyUser { |
961 | const formatted = this.toFormattedJSON() | 961 | const formatted = this.toFormattedJSON({ withAdminFlags: true }) |
962 | 962 | ||
963 | const specialPlaylists = this.Account.VideoPlaylists | 963 | const specialPlaylists = this.Account.VideoPlaylists |
964 | .map(p => ({ id: p.id, name: p.name, type: p.type })) | 964 | .map(p => ({ id: p.id, name: p.name, type: p.type })) |