(info, options)
| 616 | |
| 617 | // Upsert into channelvideos using info.json-like fields |
| 618 | async upsertChannelVideoFromInfo(info, options) { |
| 619 | return videoPersistence.upsertChannelVideoFromInfo(info, options); |
| 620 | } |
| 621 | |
| 622 | // Backfill Videos and channelvideos tables from complete.list and jobs info JSON |
| 623 | async backfillFromCompleteList() { |
no outgoing calls
no test coverage detected