Fetch panics if a list shortens with a selection beyond the new length #257
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
E.g., on Powerwolf
Suspect it's a combination of #255 causing some albums to disappear combined with fetch's expectation that the current album list won't change, which it does.
Resolve this before #255 to fix the panic as it could happen elsewhere and and will be more difficult to reproduce afterwards.
The solution probably requires saving/restoring the current location when removing clashing MBID albums.
Fetch on Powerwolf panicsto Fetch panics if a list shortens with a selection beyond the new length