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:
@@ -65,8 +65,8 @@ func (s *subsonicMediaProvider) GetAlbumInfo(albumID string) (*mediaprovider.Alb
|
||||
return nil, err
|
||||
}
|
||||
album := &mediaprovider.AlbumInfo{
|
||||
Info: al.Notes,
|
||||
LastFMUrl: al.LastFmUrl,
|
||||
Notes: al.Notes,
|
||||
LastFmUrl: al.LastFmUrl,
|
||||
MusicBrainzID: al.MusicBrainzID,
|
||||
}
|
||||
return album, nil
|
||||
|
||||
Reference in New Issue
Block a user