From 54a3d86200a52a36ab5cf1d699eee572539db52d Mon Sep 17 00:00:00 2001 From: badaix Date: Sat, 4 Feb 2023 21:52:01 +0100 Subject: [PATCH] Install meta_librespot_java.py --- changelog.md | 2 ++ server/CMakeLists.txt | 1 + 2 files changed, 3 insertions(+) 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