diff --git a/static/js/pandora/URL.js b/static/js/pandora/URL.js index d185231f..fcca951c 100644 --- a/static/js/pandora/URL.js +++ b/static/js/pandora/URL.js @@ -110,7 +110,7 @@ pandora.URL = (function() { var oldUserUI = Ox.clone(pandora.user.ui); Ox.Request.cancel(); $('video').each(function() { - $(this).trigger('ended'); + $(this).trigger('stop'); }); this.parse(); if (pandora.user.ui.section != oldUserUI.section) {