mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(api): update existing artists in MusicLibrary
This commit is contained in:
parent
a0c28e2324
commit
a0ffe108e1
11 changed files with 176 additions and 1 deletions
|
|
@ -106,6 +106,7 @@ export class ReportsService {
|
|||
artist: {
|
||||
id: data.id,
|
||||
name: data.name,
|
||||
updatedAt: data.updatedAt,
|
||||
spotify: {
|
||||
id: data.spotifyId,
|
||||
uri: data.spotifyUri,
|
||||
|
|
@ -238,6 +239,7 @@ export class ReportsService {
|
|||
artist: {
|
||||
id: artistsData.id,
|
||||
name: artistsData.name,
|
||||
updatedAt: artistsData.updatedAt,
|
||||
spotify: {
|
||||
id: artistsData.spotifyId,
|
||||
uri: artistsData.spotifyUri,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue