Limit the information stored in the database #118
Loading…
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?
Do not store information in the database if that information does not make sense to keep if it were to be removed from the library.
For now this includes:
Although once album tracking is added, then we will want to save albums to the database.
As a rule of thumb, if removing an item from the library would result in the database containing the information it would otherwise not be able to obtain (e.g., by direct edits with
musichoard-edit
) then it should not be saved.Should be trivial to implement with https://serde.rs/field-attrs.html#skip