[F] Fix fav item list/

pull/99/head^2
Azalea 2025-01-05 03:29:42 -05:00
parent 7e2cc100e6
commit 9ff07f9f2b
1 changed files with 1 additions and 1 deletions

View File

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