Skip to content

Commit 5a6528f

Browse files
committed
Fix WSP
1 parent 704ce74 commit 5a6528f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ COPY yarn.lock /usr/src/app
1919

2020
RUN yarn install
2121

22-
2322
COPY . /usr/src/app
2423

2524
RUN npm run build

src/services/getMediaURI.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ const getMediaURI = (type, id, callback) => {
4949
// encodeURI encodes a fully formed URL and won't encode the slashes
5050
// also use relisten proxy
5151
if (slug === 'wsp') {
52-
// trackUrl = trackUrl.replace(
53-
// 'www.panicstream.com/streams',
54-
// 'phishin-proxy.relisten.net/panicstream'
55-
// );
52+
trackUrl = trackUrl.replace(
53+
'www.panicstream.com/streams',
54+
'phishin-proxy.relisten.net/panicstream'
55+
);
5656

5757
headers.push({
5858
httpHeader: {

0 commit comments

Comments
 (0)