Use lib id only when converting items to collection #263
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?
This way, the collection is immune to album renaming which will make musichoard more useful as an aid in importing.
263---use-lib-id-only-when-converting-items-to-collectionto mainThis is already implemented.
Converting items does not need to use LibId exclusively as it (currently) reads all the items in one go which will be consistent.
This matters more when merging with the database which already checks the LibId first before comparing by title.