diff --git a/changelog.md b/changelog.md index d3262f48..5dfde3bb 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ - Server: Configurable default volume for new clients (Issue #910, PR #1024) - Server: New control script for mopidy: meta_mopidy.py +- Server: New control script for librespot java: meta_librespot-java.py +- Server: Add "mute" stream property ### Bugfixes diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index 37aa2d5e..59b7d090 100644 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -128,6 +128,7 @@ else() DESTINATION ${CMAKE_INSTALL_DATADIR}/snapserver/snapweb) install( FILES etc/plug-ins/meta_mpd.py etc/plug-ins/meta_mopidy.py + etc/plug-ins/meta_librespot-java.py PERMISSIONS OWNER_READ OWNER_WRITE