mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
fix(api): missing await
This commit is contained in:
parent
99a4593774
commit
fd3fc6b159
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ export class SpotifyService {
|
||||||
spotifyArtist.genres.map((genreName) => this.importGenre(genreName))
|
spotifyArtist.genres.map((genreName) => this.importGenre(genreName))
|
||||||
);
|
);
|
||||||
|
|
||||||
this.musicLibraryService.updateArtist({
|
await this.musicLibraryService.updateArtist({
|
||||||
artist,
|
artist,
|
||||||
updatedFields: {
|
updatedFields: {
|
||||||
name: spotifyArtist.name,
|
name: spotifyArtist.name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue