Closed nixme closed 12 years ago
Every station listing from the front-end creates a new Pandora session via 'listener.authenticateListener'.
Pandora locks accounts after multiple such calls.
Don't do this and save sessions instead.
Fixed by @bingjyang. :clap:
Every station listing from the front-end creates a new Pandora session via 'listener.authenticateListener'.
Pandora locks accounts after multiple such calls.
Don't do this and save sessions instead.