Skip to content

Instantly share code, notes, and snippets.

@mgp
Last active September 17, 2015 20:59
Show Gist options
  • Save mgp/5d8805d4f7c7b78637e2 to your computer and use it in GitHub Desktop.
Save mgp/5d8805d4f7c7b78637e2 to your computer and use it in GitHub Desktop.
reconciliation
DownloadReconciliation{
initialState=InitialState{
pendingResourceKeys=[
Key{
type=VIDEO_MP4, contentItemIdentifier=ContentItemIdentifier{
itemKind=VIDEO,
contentId=x6a16bad3
}
}
],
downloadedResources={
Key{
type=VIDEO_TRANSCRIPT,
contentItemIdentifier=ContentItemIdentifier{
itemKind=VIDEO,
contentId=x6a16bad3
}
}=132101
}
},
corrections=Corrections{
deletedFilenames=[
x6a16bad3.mp4
],
updatedDownloadEntities=[
VideoBookmarkDownloadEntity{
contentItemIdentifier=ContentItemIdentifier{
itemKind=VIDEO,
contentId=x6a16bad3
},
videoStatus=PENDING,
videoSize=0,
transcriptStatus=DOWNLOADED,
transcriptSize=-1
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment