quintodrome/server/subsonic/responses
Deluan a887521d7a fix(subsonic): always include mandatory title field in Child responses
Removed `omitempty` from the `Title` struct tag in the `Child` response
type. The Subsonic/OpenSubsonic API spec requires `title` to be a
mandatory field, but songs with empty titles caused the field to be
omitted entirely, crashing clients like Symfonium during sync.

Ref: https://support.symfonium.app/t/app-gets-stuck-on-syncing-large-database/13004/8
2026-03-15 13:36:26 -04:00
..
.snapshots fix(subsonic): always include mandatory title field in Child responses 2026-03-15 13:36:26 -04:00
errors.go Change error code type to avoid integer overflow conversion warning 2024-09-01 14:49:48 -04:00
responses.go fix(subsonic): always include mandatory title field in Child responses 2026-03-15 13:36:26 -04:00
responses_suite_test.go refactor: run Go modernize (#5002) 2026-02-08 09:57:30 -05:00
responses_test.go feat(subsonic): add OS readonly and validUntil properties in playlists (#4993) 2026-02-06 19:35:54 -05:00