Skip to content

Commit d5bd79b

Browse files
committed
Fixed #28
1 parent 822efc0 commit d5bd79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Embed/Providers/OEmbed/Rdio.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ public static function getEndPoint()
1717
*/
1818
public static function getPatterns()
1919
{
20-
return array('http://www.rdio.com/*');
20+
return array('https?://www.rdio.com/*');
2121
}
2222
}

0 commit comments

Comments
 (0)