From 941cabca360457de982ae3531fea5a10305a788f Mon Sep 17 00:00:00 2001 From: Otto123 <> Date: Mon, 19 Sep 2022 10:24:28 +0000 Subject: [PATCH] 99_sonos2mqttUtils:bugfix msg1235414 git-svn-id: https://svn.fhem.de/fhem/trunk@26425 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/AttrTemplate/99_sonos2mqttUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/AttrTemplate/99_sonos2mqttUtils.pm b/fhem/contrib/AttrTemplate/99_sonos2mqttUtils.pm index 529c67dbe..31961f047 100644 --- a/fhem/contrib/AttrTemplate/99_sonos2mqttUtils.pm +++ b/fhem/contrib/AttrTemplate/99_sonos2mqttUtils.pm @@ -336,7 +336,7 @@ if ($reading eq 'grouplist'){ return join(',', sort @out) } if ($reading eq 'favlist'){ -sonos2mqtt_getList ($name,'Favorites') + return sonos2mqtt_getList ($name,'Favorites') } if ($reading eq 'Input') {