37_Spotify: poll updateMe

git-svn-id: https://svn.fhem.de/fhem/trunk@14422 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
neumann
2017-05-30 17:53:49 +00:00
parent 66b076ea96
commit 34876608b2

View File

@@ -211,8 +211,8 @@ sub Spotify_getToken($$) { # exchanging code for token
$hash->{STATE} = "connected";
Spotify_writeTokens($hash);
RemoveInternalTimer($hash);
Spotify_updateMe($hash, 0);
Spotify_poll($hash);
return undef;