diff --git a/README.rst b/README.rst index fe08417..388894e 100644 --- a/README.rst +++ b/README.rst @@ -80,6 +80,8 @@ v2.1.0 (UNRELEASED) be invalidated. - Use standard Mopidy mixer methods to mute / un-mute playback. - Added event handling for 'muteChanged' event. (Fixes: `#141 `_). +- Streams are now saved to the '[Radio Streams].m3u' playlist and are accessible from all clients. + Users with existing streamUris stored as browser cookies will be prompted to convert them to the new m3u backed scheme. **Fixes** diff --git a/mopidy_musicbox_webclient/static/js/controls.js b/mopidy_musicbox_webclient/static/js/controls.js index 6958376..6c71640 100644 --- a/mopidy_musicbox_webclient/static/js/controls.js +++ b/mopidy_musicbox_webclient/static/js/controls.js @@ -630,7 +630,7 @@ function showFavourites() { }); } -# TODO: Remove this upgrade path in next major release. +// TODO: Remove this upgrade path in next major release. function upgradeStreamUrisToFavourites() { toast('Converting streamUris...'); $.cookie.json = true; diff --git a/mopidy_musicbox_webclient/static/mb.manifest b/mopidy_musicbox_webclient/static/mb.manifest index 26d2fed..270655f 100644 --- a/mopidy_musicbox_webclient/static/mb.manifest +++ b/mopidy_musicbox_webclient/static/mb.manifest @@ -1,6 +1,6 @@ CACHE MANIFEST -# 2016-02-03:v1 +# 2016-02-04:v1 NETWORK: *