mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
clear tracks dispatch fixed
This commit is contained in:
parent
4ef013a2f4
commit
8b5909c6c6
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ function HTMLSubtitles(containerElement) {
|
|||
case 'destroy':
|
||||
destroyed = true;
|
||||
events.removeAllListeners();
|
||||
self.dispatch('clearTracks');
|
||||
self.dispatch('command', 'clearTracks');
|
||||
containerElement.removeChild(stylesElement);
|
||||
containerElement.removeChild(subtitlesElement);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue