Downloads from AirDC++ are incorrectly associated with the library entry of the comic that initiated the download #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 the user downloads a file by going to the comic's detail page, via the
Acquisitiontab:AirDC++bundle gets associated with that comic's mongo_id_idis passed to the endpoint that reconciles theAirDC++bundle with the mongo entry incorrectlyThe fix is to record the mongo
_idof the comic during download initiation.A fix for this was pushed in
f146dfdd0bCurrently testing the fix.