Skip to content

Commit d769ec0

Browse files
committed
Use phishin proxy
1 parent c07c4f3 commit d769ec0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/services/getMediaURI.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ const getMediaURI = (type, id, callback) => {
4040
// for some reason https doesn't work with cloudflare or phish.in and sonos.
4141
// meh
4242
if (slug === 'phish') {
43-
// trackUrl = trackUrl
44-
// .replace('https', 'http')
45-
// .replace('phish.in/audio', 'phishin-proxy.relisten.net/phishin-audio');
43+
trackUrl = trackUrl.replace('phish.in/audio', 'phishin-proxy.relisten.net/phishin-audio');
4644
}
4745

4846
// sonos requires a urlencode, but we can't encode the slashes

0 commit comments

Comments
 (0)