Closed gmaclennan closed 2 weeks ago
Added end-to-end tests in d374b20ed21f124803891f61db29e85ddac198e0.
This will currently break if deployed. If you set yourself as a non-archive device, sync will be partially broken. I'm going to merge this into the media-manager-v1
branch until it's ready to deploy.
Fixes #681
blobStore.download()
and theLiveDownload
class.blobStore.createEntriesReadableStream()
which is a stream of all entries in the blob store, filtered by blob type and variant(s).BlobStore
to auto-download blobs according to adownloadFilter
.BlobStore
filter according toisArchiveDevice
setting.CoreManager
to not auto-download blob cores (this responsibility is now withBlobStore
).TODO: