1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel 2022-07-11 18:30:25 -03:00
parent 86397835aa
commit f2578b2e32

View file

@ -1126,6 +1126,9 @@ function reloadVideoJS() {
if (typeof player.currentSources === 'function') {
var src = player.currentSources();
player.src(src);
if(typeof replaceVideoSourcesPerOfflineVersion === 'function'){
replaceVideoSourcesPerOfflineVersion();
}
}
}