nixme / warble

The intelligent communal jukebox
10 stars 2 forks source link

Store Pandora sessions #29

Closed nixme closed 12 years ago

nixme commented 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.

nixme commented 12 years ago

Fixed by @bingjyang. :clap: