mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
update
This commit is contained in:
parent
9dcf0278d3
commit
5cf8ada037
1 changed files with 1 additions and 1 deletions
|
@ -3839,7 +3839,7 @@ async function sendAVideoMobileMessage(type, value){
|
|||
async function sendAVideoMobileMessage(type, value) {
|
||||
if (typeof window.flutter_inappwebview !== 'undefined') {
|
||||
if (typeof window.flutter_inappwebview.callHandler == 'function') {
|
||||
for (i = 0; i < 10; i++) {
|
||||
for (var i = 0; i < 10; i++) {
|
||||
response = await window.flutter_inappwebview.callHandler('AVideoMobileLiveStreamer' + i, {type: type, value: value, instanceIndex: i});
|
||||
if (response !== null) {
|
||||
console.log('sendAVideoMobileMessage executed', i, response, type, value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue