LMS-Community / plugin-Qobuz

Squeebox plugin to stream from qobuz.com
31 stars 16 forks source link

Re-factor code to use non-blocking http requests #2

Closed michaelherger closed 12 years ago

michaelherger commented 12 years ago

In order to make sure we don't interrupt playback, we need to use non-blocking http calls. Otherwise streaming of high bitrate content easily breaks up if a call to the backend takes a few seconds.

Besides this change there's no new feature.