don't delete lbry first videos from the db
This commit is contained in:
parent
749d5095c9
commit
c2b5878daa
2 changed files with 7 additions and 2 deletions
sdk
|
@ -113,6 +113,7 @@ type SyncedVideo struct {
|
|||
Size int64 `json:"size"`
|
||||
MetadataVersion int8 `json:"metadata_version"`
|
||||
Transferred bool `json:"transferred"`
|
||||
IsLbryFirst bool `json:"is_lbry_first"`
|
||||
}
|
||||
|
||||
func sanitizeFailureReason(s *string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue