From 7759b588c8802c34c3d2f7cf0be5f91683330135 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 17 Feb 2026 18:20:22 +0100 Subject: [PATCH] Fix: Add PlayerFeature.PLAY_MEDIA to HEOS provider --- music_assistant/providers/heos/player.py | 1 + 1 file changed, 1 insertion(+) diff --git a/music_assistant/providers/heos/player.py b/music_assistant/providers/heos/player.py index d46d31d8..b6f7163b 100644 --- a/music_assistant/providers/heos/player.py +++ b/music_assistant/providers/heos/player.py @@ -30,6 +30,7 @@ PLAYER_FEATURES = { PlayerFeature.NEXT_PREVIOUS, PlayerFeature.SELECT_SOURCE, PlayerFeature.SET_MEMBERS, + PlayerFeature.PLAY_MEDIA, } -- 2.34.1