Skip to content

Commit

Permalink
Merge pull request #519 from sputnick1124/488-add-artist-field-to-full
Browse files Browse the repository at this point in the history
Add album artist field to full album view
  • Loading branch information
Rigellute authored Jul 22, 2020
2 parents 9648083 + cf3f245 commit 32dbffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ where
"".to_string(),
item.track_number.to_string(),
item.name.to_owned(),
create_artist_string(&item.artists),
millis_to_minutes(u128::from(item.duration_ms)),
],
})
Expand Down

0 comments on commit 32dbffe

Please sign in to comment.