JayThomason / Tutti

Tutti is a shared music application for the car being made in conjunction with Audi.
3 stars 1 forks source link

Bug: crashes if you try to move a new song to #1 on the Jam #218

Closed avptv closed 10 years ago

avptv commented 10 years ago

If you are reordering songs in the jam and you try to move any song to be in the #1 spot, it crashes. Works fine if you move the #1 song down, but then if you move any song above that first #1 song it crashes

JayThomason commented 10 years ago

Fixed. This was happening because of recent changes that I made to the database handler -- I had to add a column to track the port number, and in doing so I accidentally messed up the column index numbers for the jam table.