mirror of
https://github.com/beetbox/beets.git
synced 2026-07-22 02:06:50 -04:00
Move sort case-sensitivity config lookup into `FieldSort` as a cached class property instead of threading a `case_insensitive` flag through query parsing helpers. This centralizes sort behavior at the sort implementation boundary and simplifies parse/orchestration call paths while preserving configurable case-sensitive ordering.