changing AlbumInfo attributes name, using the same names as subsonic API. Checking if lastFm and musicBrainzID are not empty strings. Saving the musicbrainz release url in constant. Using 'Show Info...' in meatball menu.
This commit is contained in:
@@ -19,8 +19,8 @@ type AlbumWithTracks struct {
|
||||
}
|
||||
|
||||
type AlbumInfo struct {
|
||||
Info string
|
||||
LastFMUrl string
|
||||
Notes string
|
||||
LastFmUrl string
|
||||
MusicBrainzID string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user