Fixed actor description logos.
This commit is contained in:
@@ -57,10 +57,17 @@ function initActorActions(store, _router) {
|
||||
description
|
||||
createdAt
|
||||
updatedAt
|
||||
network: entity {
|
||||
entity {
|
||||
id
|
||||
name
|
||||
slug
|
||||
type
|
||||
parent {
|
||||
id
|
||||
name
|
||||
slug
|
||||
type
|
||||
}
|
||||
}
|
||||
avatar: avatarMedia {
|
||||
id
|
||||
@@ -80,10 +87,17 @@ function initActorActions(store, _router) {
|
||||
profiles: actorsProfiles {
|
||||
description
|
||||
descriptionHash
|
||||
network: entity {
|
||||
entity {
|
||||
id
|
||||
slug
|
||||
name
|
||||
slug
|
||||
type
|
||||
parent {
|
||||
id
|
||||
name
|
||||
slug
|
||||
type
|
||||
}
|
||||
}
|
||||
avatar: avatarMedia {
|
||||
id
|
||||
@@ -157,12 +171,12 @@ function initActorActions(store, _router) {
|
||||
${releaseActorsFragment}
|
||||
${releaseTagsFragment}
|
||||
${releasePosterFragment}
|
||||
site: entity {
|
||||
entity {
|
||||
id
|
||||
name
|
||||
slug
|
||||
url
|
||||
network: parent {
|
||||
parent {
|
||||
id
|
||||
name
|
||||
slug
|
||||
@@ -260,10 +274,17 @@ function initActorActions(store, _router) {
|
||||
dateOfBirth
|
||||
dateOfDeath
|
||||
gender
|
||||
network: entity {
|
||||
entity {
|
||||
id
|
||||
name
|
||||
slug
|
||||
type
|
||||
parent {
|
||||
id
|
||||
name
|
||||
slug
|
||||
type
|
||||
}
|
||||
}
|
||||
avatar: avatarMedia {
|
||||
id
|
||||
|
||||
@@ -39,8 +39,7 @@ function curateActor(actor, release) {
|
||||
...(profile.description && {
|
||||
[profile.descriptionHash]: {
|
||||
text: profile.description,
|
||||
network: profile.network,
|
||||
site: profile.site,
|
||||
entity: profile.entity,
|
||||
},
|
||||
}),
|
||||
}), {});
|
||||
|
||||
Reference in New Issue
Block a user