Skip to content

Commit

Permalink
Fix track number missing on single disc album
Browse files Browse the repository at this point in the history
  • Loading branch information
up2code committed Apr 14, 2018
1 parent 6b4afe2 commit bced0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/track/TrackList/TrackList.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class TrackList extends React.Component {

return (
<Track key={track.id}
trackNumber={track.trackNumber}
name={track.name}
pvServices={pvServices}
artist={artistString}
Expand Down

0 comments on commit bced0cd

Please sign in to comment.