mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
improve
This commit is contained in:
parent
86397835aa
commit
f2578b2e32
1 changed files with 3 additions and 0 deletions
|
@ -1126,6 +1126,9 @@ function reloadVideoJS() {
|
|||
if (typeof player.currentSources === 'function') {
|
||||
var src = player.currentSources();
|
||||
player.src(src);
|
||||
if(typeof replaceVideoSourcesPerOfflineVersion === 'function'){
|
||||
replaceVideoSourcesPerOfflineVersion();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue