From f9c8de8afc582cf386ce3cc4ce2dd73f0d16953d Mon Sep 17 00:00:00 2001 From: neumann <> Date: Tue, 30 May 2017 16:32:05 +0000 Subject: [PATCH] 37_Spotify: added attribute to list git-svn-id: https://svn.fhem.de/fhem/trunk@14418 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/37_Spotify.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/37_Spotify.pm b/fhem/FHEM/37_Spotify.pm index 9e2264075..b6cd9bd82 100644 --- a/fhem/FHEM/37_Spotify.pm +++ b/fhem/FHEM/37_Spotify.pm @@ -26,7 +26,7 @@ sub Spotify_Initialize($) { $hash->{SetFn} = 'Spotify_Set'; $hash->{GetFn} = 'Spotify_Get'; #$hash->{AttrFn} = "Spotify_Attr"; - $hash->{AttrList} = 'defaultPlaybackDeviceID alwaysStartOnDefaultDevice:0,1 updateInterval '; + $hash->{AttrList} = 'defaultPlaybackDeviceID alwaysStartOnDefaultDevice:0,1 updateInterval updateIntervalWhilePlaying '; $hash->{AttrList} .= $readingFnAttributes; $hash->{NOTIFYDEV} = "global"; }