Skip to content

Commit

Permalink
removed pop up about spclient.wg.spotify.com
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallet committed Aug 25, 2019
1 parent 9c667b5 commit cbee9a4
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions EspionSpotify/frmEspionSpotify.cs
Original file line number Diff line number Diff line change
Expand Up @@ -467,12 +467,15 @@ private void TgDisableAds_Click(object sender, EventArgs e)

if (Administrator.EnsureAdmin())
{
// recover friend list, radios, podcasts, daily mixes : spclient.wg.spotify.com
if (tgDisableAds.Checked && MetroMessageBox.Show(this,
Rm.GetString($"msgBodyDisableAds"),
Rm.GetString($"msgTitleDisableAds"),
MessageBoxButtons.OK,
MessageBoxIcon.Question) == DialogResult.OK) return;
// Recover friend list, radios, podcasts, daily mixes : spclient.wg.spotify.com (removed in 1.1.4)

// TODO: If a new way comes back to block more ads, we may have to
// valid that it still doesn't block these Spotify features.
// if (tgDisableAds.Checked && MetroMessageBox.Show(this,
// Rm.GetString($"msgBodyDisableAds"),
// Rm.GetString($"msgTitleDisableAds"),
// MessageBoxButtons.OK,
// MessageBoxIcon.Question) == DialogResult.OK) return;
return;
}

Expand Down

0 comments on commit cbee9a4

Please sign in to comment.