From 95c2e86af909caa0979e0dbc8fb72ed21f8598b4 Mon Sep 17 00:00:00 2001 From: mrpond Date: Sun, 29 Sep 2019 07:26:09 +0700 Subject: [PATCH] Spotify Connect and Lastfm scrobbling fix --- README.md | 4 ++-- src/hosts.h | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6c4211b..fff929d 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@

A multi-purpose adblocker and skip bypass for the Windows Spotify Desktop Application.

Please support Spotify by purchasing premium

- Current Version: 0.25
- Last updated: 23 September 2019
+ Current Version: 0.26
+ Last updated: 29 September 2019
Last tested version: 1.1.15.448.g00fba0e3

Important Notice(s)

diff --git a/src/hosts.h b/src/hosts.h index b50e892..cd82900 100644 --- a/src/hosts.h +++ b/src/hosts.h @@ -168,9 +168,7 @@ static const char* blockhost[] = { "redirector.googlevideo.com", "crashdump.spotify.com", "invitemedia.com", - "adeventtracker.spotify.com", /* ad tracker */ - "dealer.spotify.com", - "apresolve.spotify.com" + "adeventtracker.spotify.com" /* ad tracker */ }; static const char* whitelist[] = { @@ -179,6 +177,9 @@ static const char* whitelist[] = { "ap.spotify.com", "scdn.co", "cache.spotify.com", + /* spotify connect */ + "dealer.spotify.com", + "apresolve.spotify.com", /* podcast */ "podbean.com", "akamaized.net",