AUDIO_LIBRARY_IDS

Constant AUDIO_LIBRARY_IDS 

Source
const AUDIO_LIBRARY_IDS: &str = "id IN (SELECT sample_id FROM audio_library)";
Expand description

Canonical inventory: one row per path (highest id wins — newest insert for that path). Materialized in audio_library (migration v14) so library queries avoid GROUP BY path on hot paths.