Skip to content

Commit b837d24

Browse files
committed
Merge pull request #44 from ihsanberahim/patch-1
fixed m.soundcloud.com miss match Thank you!!
2 parents 75e104b + 38574a5 commit b837d24

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)