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

Only starts playing from Artists → Now Playing #48

Closed joshbetz closed 12 years ago

joshbetz commented 12 years ago

If you try to play something from Random or Recent Albums, or from a Playlist, it doesn't play. Could this have something to do with the 1differentAlbum1 boolean?

joshbetz commented 12 years ago

This has to do with

firstTimeAlbum = true;
multiDisk = false;

I was playing with these values and got close to how it should be, but never quite there.