Skip to content

Commit 38574a5

Browse files
committed
Update Soundcloud.php
resolve #43
1 parent 75e104b commit 38574a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Adapters/Soundcloud.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public static function check(Request $request)
1818
{
1919
return $request->match(array(
2020
'https?://soundcloud.com/*',
21+
'https?://m.soundcloud.com/*',
2122
));
2223
}
2324

0 commit comments

Comments
 (0)