Deluan 943cbc5f08 refactor(lyrics): centralize lyric kind constants
The "main"/"translation"/"pronunciation" kind values were redefined in
three places (ttmlLyricKind* in the TTML parser, lyricsfileKindMain in the
Lyricsfile parser, and inline literals in the subsonic response builder).
Define them once as model.LyricKind* (kept as wire-compatible string values)
plus a LyricKindOrMain helper, and use them everywhere a kind is produced,
defaulted, or filtered. No wire-facing types change.
2026-06-18 21:04:34 -04:00
..
2026-05-28 22:13:05 -03:00