mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat: user avatars from plex (#53)
This commit is contained in:
@@ -27,6 +27,9 @@ export class User {
|
||||
@Column({ type: 'integer', default: 0 })
|
||||
public permissions = 0;
|
||||
|
||||
@Column()
|
||||
public avatar: string;
|
||||
|
||||
@CreateDateColumn()
|
||||
public createdAt: Date;
|
||||
|
||||
|
Reference in New Issue
Block a user