2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

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 769d150177
commit 29d165a1d8

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;