From 926031f79258b655ea2d2aedc1efcb3e12953d1c 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/fhem@14418 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/37_Spotify.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/37_Spotify.pm b/FHEM/37_Spotify.pm index 9e2264075..b6cd9bd82 100644 --- a/FHEM/37_Spotify.pm +++ b/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"; }