From: Marcel van der Veldt Date: Tue, 17 Feb 2026 17:20:22 +0000 (+0100) Subject: Fix: Add PlayerFeature.PLAY_MEDIA to HEOS provider X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=7759b588c8802c34c3d2f7cf0be5f91683330135;p=music-assistant-server.git Fix: Add PlayerFeature.PLAY_MEDIA to HEOS provider --- 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, }