Skip to content

Commit

Permalink
Version 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dsafa committed Feb 14, 2019
2 parents c8dbbc0 + d3759f5 commit ce465ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SpotifyAudioSource/SpotifyAudioSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,10 @@ private async void CheckSpotifyTimerOnElapsed(object sender, ElapsedEventArgs el
// reduce number of calls when paused
_checkSpotifyTimer.Interval = 3000;
}
else
{
_checkSpotifyTimer.Interval = 1000;
}

var playback = await GetPlayback();
if (playback == null)
Expand Down

0 comments on commit ce465ef

Please sign in to comment.