You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to remove segment_start_times, segment_end_times, and segment_numbers since we'll no longer have this information soon.
They're primarily used for file uploads. We'll replace them with:
make the following assumptions
route starts at segment 0
segments are 60s
segments aren't missing in the middle of the route
add an "Upload all for route" button that requests uploads for range(0, max_seg_number+1). this is a fallback for cases where the assumptions don't hold true
With those assumptions, the file upload should be mostly unaffected.
Need to remove
segment_start_times
,segment_end_times
, andsegment_numbers
since we'll no longer have this information soon.They're primarily used for file uploads. We'll replace them with:
range(0, max_seg_number+1)
. this is a fallback for cases where the assumptions don't hold trueWith those assumptions, the file upload should be mostly unaffected.
connect/src/components/DriveView/Media.jsx
Line 376 in 396f0d6
The text was updated successfully, but these errors were encountered: