changes in model, actor roles adding in person edit page finished
This commit is contained in:
@@ -18,6 +18,12 @@ public class ActorRoleResponse : ActorRole, IQueryOrderable<ActorRoleResponse>
|
||||
|
||||
[JsonPropertyName("id")]
|
||||
public required Guid Id { get; set; }
|
||||
|
||||
[JsonPropertyName("media_id")]
|
||||
public long MediaId { get; set; }
|
||||
|
||||
[JsonPropertyName("person_id")]
|
||||
public long PersonId { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user