Skip to content

Commit 65dbcb1

Browse files
fix: Mixcloud URL (#1953)
1 parent 795b196 commit 65dbcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/players/Mixcloud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default class Mixcloud extends Component {
101101
key={id}
102102
ref={this.ref}
103103
style={style}
104-
src={`https://www.mixcloud.com/widget/iframe/?${query}`}
104+
src={`https://player-widget.mixcloud.com/widget/iframe/?${query}`}
105105
frameBorder='0'
106106
allow='autoplay'
107107
/>

0 commit comments

Comments
 (0)