[F] Fix favorite

pull/99/head^2
Azalea 2025-01-05 05:02:25 -05:00
parent 6cfd0a91fc
commit 7ad4bc2ba5
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ fun ChusanController.chusanInit() {
1 -> misc?.favMusic ?: empty
3 -> empty // TODO: Favorite character
else -> empty
}.map { "id" to it }
}.map { mapOf("id" to it) }
}
}