Fixed client-side IACDN setting.
This commit is contained in:
parent
ccb1d91a5b
commit
b57d723d62
3 changed files with 13 additions and 6 deletions
|
|
@ -242,6 +242,7 @@ class channel{
|
|||
|
||||
//If we're playing a video from Internet Archive
|
||||
if(nowPlaying != null && nowPlaying.type == 'ia'){
|
||||
console.log("RELOAD");
|
||||
//Hard reload the media, forcing media handler re-creation
|
||||
this.player.hardReload();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue