tracklist: fix off-by-one error on track removal
commitd5044386bf829125f948b6a706d9c590a60e9791
authorEric Wong <e@80x24.org>
Tue, 5 Jan 2016 09:21:05 +0000 (5 09:21 +0000)
committerEric Wong <e@80x24.org>
Tue, 5 Jan 2016 09:26:28 +0000 (5 09:26 +0000)
tree8b867e28f5663fce25502dab62b836683511ae1f
parent5ed91df8ecc5775ffa1df67f40526a62155f7e7e
tracklist: fix off-by-one error on track removal

@pos is an array index, and should never go beyond
the last element.
lib/dtas/tracklist.rb