feat: music search, mapping done
This commit is contained in:
parent
3ad8f9b178
commit
d29bbd8b25
9 changed files with 793 additions and 40 deletions
|
|
@ -24,6 +24,7 @@ pub(crate) struct SectionList {
|
|||
pub section_list_renderer: ContentsRenderer<ItemSection>,
|
||||
}
|
||||
|
||||
#[allow(clippy::enum_variant_names)]
|
||||
#[serde_as]
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
|
|
|
|||
Reference in a new issue