joshbetz / Hypersonic

An iOS app for streaming music from a Subsonic server and other cloud services
http://joshbetz.github.com/Hypersonic
15 stars 3 forks source link

Albums tab crashing #52

Closed joshbetz closed 12 years ago

joshbetz commented 12 years ago

Crashes with message:

*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 5 beyond bounds [0 .. 0]'

This is after something is already playing and I got back to the list to play another album

joshbetz commented 12 years ago

It looks like something is wiping out the array. I've been trying to figure out what is causing this for the last few hours and can't find it. If you go back to the root view before going back in and picking an album it works, presumably because the array is rebuilt. @erasmuss22 you might want to take a look at this if you get a chance as you know more about transitioning between views than i do.