Skip to content

Commit

Permalink
Fix bug where Spotify won't report as connected on Home page after fi…
Browse files Browse the repository at this point in the history
…rst connection
  • Loading branch information
Soapwood committed Apr 4, 2024
1 parent 34135d0 commit 58dc9ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VXMusicDesktop/MVVM/ViewModel/ConnectionsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ private void PerformLinkSpotifyButtonClick(object commandParameter)
//ShouldSpotifyLinkButtonBeEnabled = false;
//SpotifyLinkButtonText = DetermineSpotifyLinkButtonStateContent();
SpotifyAuthentication.RaiseSpotifyLoggingIn();
SharedViewModel.IsSpotifyConnected = true;
} else
{

Expand Down

0 comments on commit 58dc9ba

Please sign in to comment.