Skip to content

Commit

Permalink
seq2
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottDowne committed Jan 9, 2013
1 parent 1274c25 commit cb5d46a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/player/popcorn.player.js
Expand Up @@ -366,6 +366,7 @@
// See if we can use a wrapper directly, if not, try players.
for ( j = 0; j < wrappers.length; j++ ) {
mediaWrapper = Popcorn[ wrappers[ j ] ];
srci = srci.replace( /^https\:\/\/soundcloud\.com/, "http://soundcloud.com" );
if ( mediaWrapper && mediaWrapper._canPlaySrc( srci ) === "probably" ) {
media = mediaWrapper( node );
popcorn = Popcorn( media, options );
Expand Down

0 comments on commit cb5d46a

Please sign in to comment.