MCPcopy Create free account
hub / github.com/develop202/migu_video / updatePlaybackData

Function updatePlaybackData

utils/playback.js:73–79  ·  view source on GitHub ↗
(program, filePath, timeout = 6000, githubAnd8 = 0)

Source from the content-addressed store, hash-verified

71}
72
73async function updatePlaybackData(program, filePath, timeout = 6000, githubAnd8 = 0) {
74 if (cntvNames[program.name]) {
75 return updatePlaybackDataByCntv(program, filePath, timeout, githubAnd8)
76 }
77 return updatePlaybackDataByMigu(program, filePath, timeout, githubAnd8)
78
79}
80export { updatePlaybackData }
81

Callers 3

fetchURLByzbpro.jsFile · 0.90
fetchURLByAndroid720pFunction · 0.90
updateTVFunction · 0.90

Calls 2

updatePlaybackDataByCntvFunction · 0.85
updatePlaybackDataByMiguFunction · 0.85

Tested by

no test coverage detected