Added changelog entry
This commit is contained in:
parent
d89731fea7
commit
a9b7b3febd
@ -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 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/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**
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
CACHE MANIFEST
|
||||
|
||||
# 2016-02-03:v1
|
||||
# 2016-02-04:v1
|
||||
|
||||
NETWORK:
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user