[Bug 56353] Script error mw.EmbedPlayerNative.js at line 0
| Newsgroups | gmane.org.wikimedia.mediawiki.bugs |
|---|---|
| Message-ID | <[email protected]/> |
https://bugzilla.wikimedia.org/show_bug.cgi?id=56353 Derk-Jan Hartman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Derk-Jan Hartman <[email protected]> --- At the end of the play, this is triggered: // dont show credits for audio elements, // seek to begining instead if( embedPlayer.isAudio() ){ embedPlayer.setCurrentTime(0); return ; } Which then causes the reported error, because the <audio> element is no longer there, but the setCurrentTime() code expects it to be there. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l