Skip to content

Commit 5cb7927

Browse files
authored
Submodule master updated to Subsonic Plugin 0.9.11 (#655)
- master and release builds to use subsonic-connector 0.3.12 (backwards-compatible)
1 parent 565f769 commit 5cb7927

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ BUILD_TYPE|PLUGIN|VERSION
3838
release|subsonic|0.9.9
3939
release|tidal|0.8.12
4040
release|mother earth radio|0.0.5
41-
master|subsonic|0.9.9
41+
master|subsonic|0.9.11
4242
master|tidal|0.8.12
4343
master|mother earth radio|0.0.5
44-
edge|subsonic|0.9.10
44+
edge|subsonic|0.9.11
4545
edge|tidal|0.8.12
4646
edge|mother earth radio|0.0.5
4747

app/install/install-mediaserver-python-packages-subsonic.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ if [[ "${BUILD_MODE}" = "full" ]]; then
66
if [[ "${UPMPDCLI_SELECTOR}" == "edge" ]]; then
77
pip install --break-system-packages subsonic-connector==0.3.12 python-dateutil python-dotenv
88
elif [[ "${UPMPDCLI_SELECTOR}" == "master" ]]; then
9-
pip install --break-system-packages subsonic-connector==0.3.11 python-dateutil python-dotenv
9+
pip install --break-system-packages subsonic-connector==0.3.12 python-dateutil python-dotenv
1010
else
11-
pip install --break-system-packages subsonic-connector==0.3.11 python-dateutil python-dotenv
11+
pip install --break-system-packages subsonic-connector==0.3.12 python-dateutil python-dotenv
1212
fi
1313
fi

doc/change-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Change Date|Major Changes
44
---|---
5-
2026-04-19|Submodule `edge` updated to Subsonic Plugin 0.9.11
5+
2026-04-19|Submodule `edge` and `master` updated to Subsonic Plugin 0.9.11
66
2026-04-18|Submodule `edge` updated to Subsonic Plugin 0.9.10
77
2026-04-18|Submodules `release`, `master` and `edge` updated to upmpdcli 1.9.17
88
2026-04-16|Submodules `release`, `master` and `edge` updated to upmpdcli 1.9.16

upmpdcli-master

Submodule upmpdcli-master updated from e855ea1 to dd7093e

0 commit comments

Comments
 (0)