Files
allstarr/octo-fiesta/Controllers/SubSonicController.cs
V1ck3s 93dfcf3c2e fix: use correct 'subsonic-response' key format in JSON responses
ASP.NET Core serializes anonymous objects with camelCase, producing
'subsonicResponse' instead of 'subsonic-response'. Fixed by using
Dictionary with explicit key names for all JSON responses.
2025-12-13 18:06:37 +01:00

27 KiB