We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75e104b + 38574a5 commit b837d24Copy full SHA for b837d24
src/Adapters/Soundcloud.php
@@ -18,6 +18,7 @@ public static function check(Request $request)
18
{
19
return $request->match(array(
20
'https?://soundcloud.com/*',
21
+ 'https?://m.soundcloud.com/*',
22
));
23
}
24
0 commit comments