forked from DebaucheryLibrarian/traxxx
Showing avatar on release actor tile. Fixed social URL validation.
This commit is contained in:
@@ -37,6 +37,12 @@ const actorFields = `
|
||||
birthdate: dateOfBirth
|
||||
age
|
||||
gender
|
||||
avatar: avatarMedia {
|
||||
id
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
}
|
||||
network {
|
||||
id
|
||||
name
|
||||
@@ -47,15 +53,6 @@ const actorFields = `
|
||||
name
|
||||
alias
|
||||
}
|
||||
actorsProfiles {
|
||||
actorsAvatarByProfileId {
|
||||
media {
|
||||
path
|
||||
thumbnail
|
||||
copyright
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
const releaseActorsFragment = `
|
||||
|
||||
Reference in New Issue
Block a user