fix(enrichment): POST the AcoustID lookup instead of GET

A Chromaprint fingerprint is multi-KB (a 3.5-min track ≈ 3.5k chars), so
sending it as a GET query param overflows the request URL for longer songs and
fails spuriously. AcoustID accepts the same params form-encoded — POST them.
This commit is contained in:
ChrisBeWithYou
2026-07-04 07:13:42 -05:00
parent 4120252f26
commit 5eb334da36
2 changed files with 7 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long