diff --git a/Toastify/src/View/ToastView.xaml.cs b/Toastify/src/View/ToastView.xaml.cs index 87e5efc..4769533 100644 --- a/Toastify/src/View/ToastView.xaml.cs +++ b/Toastify/src/View/ToastView.xaml.cs @@ -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)