Add comics async #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When first creating the metadata for comics it does so blocking and waiting for all metadata to be created, what if instead of doing that comics were added dynamically when it completes. Meaning putting the work on a DispatchQueue, and add the data and reload the view each time a new comic completes.
I believe this will also solve the issue of crashing on older devices when first creating metadata.