MCPcopy Create free account
hub / github.com/DialmasterOrg/Youtarr / upsertChannelVideoFromInfo

Method upsertChannelVideoFromInfo

server/modules/jobModule.js:618–620  ·  view source on GitHub ↗
(info, options)

Source from the content-addressed store, hash-verified

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() {

Callers 4

saveJobOnlyMethod · 0.95
saveJobsMethod · 0.95
jobModule.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected