Skip to content

Commit

Permalink
Fixes rearranging songs in a playlist. Correct song now plays after r…
Browse files Browse the repository at this point in the history
…earranging.
  • Loading branch information
EthanArmbrust committed Feb 2, 2018
1 parent fb31739 commit 12d36bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ public Song getSongAt(int i) {

public void addSongTo(int i, Song song) {
arraylist.add(i, song);
updateDataSet(arraylist);
}

@Override
Expand Down

0 comments on commit 12d36bc

Please sign in to comment.