Skip to content

Commit

Permalink
Fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Asteriskx committed Jul 8, 2023
1 parent d70e84a commit dd9f734
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sagiri/Services/Spotify/SpotifyService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ async ValueTask<SpotifyService> ISpotifyService.BuildSpotifyServiceAsync()

async ValueTask ISpotifyService.InitializeAsync()
{
if (Process.GetProcessesByName("Spotify").Length <= 0)
Process.Start(new ProcessStartInfo(Constants.GetSpotifyExePath(Environment.UserName)));

await _spotifyAuthenticator.Initialize();
await _spotifyAuthenticator.AuthenticationAsync();

Expand Down

0 comments on commit dd9f734

Please sign in to comment.