pub async fn repository_get_genres( manager: State<'_, RepositoryManagerWrapper>, handle: String, parent_id: Option<String>, ) -> Result<Vec<Genre>, String>
Get genres for a library