Skip to content

Commit

Permalink
Update for artwork only
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrankriyam committed Oct 14, 2024
1 parent b8a8c10 commit 6adae9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Sources/MusadoraKit/Views/AnimatedArtworkView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ public struct AnimatedArtworkView: View {
}
.onChange(of: queue.currentEntry) { _, _ in
Task {
await extractColors()
if let artwork = self.artwork {
return
} else {
await extractColors()
}
}
}
}
Expand Down

0 comments on commit 6adae9e

Please sign in to comment.