mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-04 05:17:36 +03:00
Merge pull request #54 from sgvictorino/fix-empty-album-desc
fix: show album descriptions
This commit is contained in:
commit
f4f5babade
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ func (a *Album) parseAlbumData(doc *goquery.Document) error {
|
|||
a.Image = albumData.Image
|
||||
a.About[0] = albumData.Description
|
||||
a.About[1] = truncateText(albumData.Description)
|
||||
a.About[1] = ""
|
||||
|
||||
for _, track := range albumMetadataFromPage.AlbumAppearances {
|
||||
url := strings.Replace(track.Song.Url, "https://genius.com", "", -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue