Skip to content

Commit

Permalink
player.currentSrc is empty in Chrome aitorciki#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Mar 5, 2014
1 parent 478ef5f commit 717e8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.playlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

return this.each(function() {
var player = this;
var src = player.currentSrc;
var src = $(player).attr('src');
var extension = fileExtension(src);
var playlist = new Array();
var current = -1;
Expand Down

0 comments on commit 717e8d5

Please sign in to comment.