Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Update TrackTime on connection as well
Browse files Browse the repository at this point in the history
  • Loading branch information
aleab committed Oct 13, 2017
1 parent 0cd5b5f commit 535ef1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Toastify/src/View/ToastView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ private void Spotify_Connected(object sender, SpotifyStateEventArgs e)

this.paused = !e.Playing;
this.UpdateCurrentSong(e.CurrentSong);
this.UpdateSongProgressBar(e.TrackTime);
}

private void Spotify_SongChanged(object sender, SpotifyTrackChangedEventArgs e)
Expand Down

0 comments on commit 535ef1a

Please sign in to comment.