Add UI for viewing the album info returned by Subsonic getAlbumInfo API

- Adding "Get Info" in album page's "meatball" menu. When the option is clicked a pop up appears with
the album information and links to Last.fm and MusicBrainz.

Screenshot:

Fixes #105
This commit is contained in:
natilou
2023-06-27 09:48:36 -03:00
parent ad97c274f3
commit f26e9dbcbf
6 changed files with 154 additions and 1 deletions
+6
View File
@@ -18,6 +18,12 @@ type AlbumWithTracks struct {
Tracks []*Track
}
type AlbumInfo struct {
Info string
LastFMUrl string
MusicBrainzID string
}
type Artist struct {
ID string
CoverArtID string