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

Now Playing segue crash #16

Closed joshbetz closed 12 years ago

joshbetz commented 12 years ago

Clicking "Now Playing" from nav controller crashes the app.

Do we also want to consider making it a push instead of modal? I originally had it as modal, but the regular music app does a push.

joshbetz commented 12 years ago

Kind of along the same lines as what I was saying in #9 about playing the music in something more permanent, maybe we can make the Now Playing view not require information but retrieve it from somewhere else? cc: @erasmuss22

joshbetz commented 12 years ago

We have to make this a push. The way it is now, it won't change a song unless you pause it

joshbetz commented 12 years ago

It doesn't work exactly how it should, but it doesn't crash anymore