2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

99_sonos2mqttUtils:bugfix msg1235414

git-svn-id: https://svn.fhem.de/fhem/trunk@26425 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Otto123 2022-09-19 10:24:28 +00:00
parent 9497c3b6fb
commit 941cabca36

View File

@ -336,7 +336,7 @@ if ($reading eq 'grouplist'){
return join(',', sort @out) return join(',', sort @out)
} }
if ($reading eq 'favlist'){ if ($reading eq 'favlist'){
sonos2mqtt_getList ($name,'Favorites') return sonos2mqtt_getList ($name,'Favorites')
} }
if ($reading eq 'Input') { if ($reading eq 'Input') {