From cbee9a40a072d102353508d5bd31e68743818415 Mon Sep 17 00:00:00 2001 From: jwallet Date: Sun, 25 Aug 2019 07:46:02 -0400 Subject: [PATCH] removed pop up about spclient.wg.spotify.com --- EspionSpotify/frmEspionSpotify.cs | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/EspionSpotify/frmEspionSpotify.cs b/EspionSpotify/frmEspionSpotify.cs index 7d4013c2..6159268c 100644 --- a/EspionSpotify/frmEspionSpotify.cs +++ b/EspionSpotify/frmEspionSpotify.cs @@ -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; }