#1 DB init crash: the idx_lh_verification_status index was created before the ALTER TABLE that adds the column, so a fresh library_history (every existing install + clean checkouts) died on startup with "no such column: verification_status". Move the index after the column migration. #2 #652 quarantine loop returns: the rewritten filter_results_by_quality_preference dropped the _drop_quarantined_sources() pre-filter, letting a previously-quarantined (user, file) win the picker again and re-quarantine forever. Re-wire it at the top of the method. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| music_database.py | ||
| personalized_schema.py | ||