animeMusicSection
fun animeMusicSection(sectionTitle: String, animeTitle: String, mediaType: MediaType, selector: (list: List<JSONObject>) -> JSONObject = { it.first() }): ExtraSection
Creates a Music section for animes
Return
An ExtraSection with anime music
Parameters
sectionTitle
The title to be used in the section
animeTitle
The anime title to be searched
selector
Optional selector for more advanced search see api here, by default the first element is selected