fix(api): missing await

This commit is contained in:
Julian Tölle 2022-06-19 20:35:44 +02:00
parent 99a4593774
commit fd3fc6b159

View file

@ -312,7 +312,7 @@ export class SpotifyService {
spotifyArtist.genres.map((genreName) => this.importGenre(genreName))
);
this.musicLibraryService.updateArtist({
await this.musicLibraryService.updateArtist({
artist,
updatedFields: {
name: spotifyArtist.name,