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

NowPlaying segue crash #43

Closed joshbetz closed 12 years ago

joshbetz commented 12 years ago

If a song is playing and you go to view another artist's albums, and tap "Now Playing" it crashes.

erasmuss22 commented 12 years ago

Fixed by saving the nowPlaying viewController in a variable when the view disappears and then reloading that same view when the user presses now playing.