Fixed client-side IACDN setting.

This commit is contained in:
rainbow napkin 2025-11-01 07:45:23 -04:00
parent ccb1d91a5b
commit b57d723d62
3 changed files with 13 additions and 6 deletions

View file

@ -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();
}