Skip to content

feat(artist-page): allow loading all albums#108

Open
qvalentin wants to merge 1 commit intorramiachraf:mainfrom
qvalentin:feat/all-albums
Open

feat(artist-page): allow loading all albums#108
qvalentin wants to merge 1 commit intorramiachraf:mainfrom
qvalentin:feat/all-albums

Conversation

@qvalentin
Copy link
Copy Markdown
Contributor

@qvalentin qvalentin commented Mar 21, 2026

Another todo I had from #61

Comment on lines +75 to +79
Albums []struct {
Id int `json:"id"`
Image string `json:"cover_art_thumbnail_url"`
Name string `json:"name"`
URL string `json:"url"`
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kind of redundant, but idk if we should extract it

}
}

func (a *Artist) GetAllAlbums() error {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has quite some logic that does not really fit into /data but on the other hand its well suited for an function on (a *Artist).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant