Link data
Linking data between music module and art module by adding cover artwork for albums
Modify music module to have album cover artwork
@Entity('album')
export class Album {
....
@Prop({
examples: ['9c754c102e022513cb8dfb5c645a648b2369b4678236032b1370bd2176379853']
})
coverArtworkId: string;
...
}Update music module API
pnx affected:buildpnx g @logosphere/sdk:api --module musicBuild and test the changes
Create new docker image for music module and update running container
Update music album with cover artwork id
Last updated