mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 12:07:32 +08:00
[F] Fix favorite
This commit is contained in:
@@ -126,7 +126,7 @@ fun ChusanController.chusanInit() {
|
|||||||
1 -> misc?.favMusic ?: empty
|
1 -> misc?.favMusic ?: empty
|
||||||
3 -> empty // TODO: Favorite character
|
3 -> empty // TODO: Favorite character
|
||||||
else -> empty
|
else -> empty
|
||||||
}.map { "id" to it }
|
}.map { mapOf("id" to it) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user