(program, filePath, timeout = 6000, githubAnd8 = 0)
| 71 | } |
| 72 | |
| 73 | async 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 | } |
| 80 | export { updatePlaybackData } |
| 81 |
no test coverage detected