Remove IPFS. For #74

This commit is contained in:
Gabe Kangas
2020-07-19 21:15:53 -07:00
parent 4ec076cf34
commit b754ee01bf
9 changed files with 7 additions and 1496 deletions

View File

@@ -5,7 +5,7 @@ type Segment struct {
VariantIndex int // The bitrate variant
FullDiskPath string // Where it lives on disk
RelativeUploadPath string // Path it should have remotely
RemoteID string // Used for IPFS
RemoteID string
}
//Variant represents a single bitrate variant and the segments that make it up