Fixed ReadNarrationEvent.Category not using @Serializable.

This commit is contained in:
2026-08-20 22:11:56 +08:00
parent 65aa6cfb20
commit 51d6cd5df2
@@ -19,6 +19,7 @@ public data class ReadNarrationEvent @JvmOverloads constructor(
/** /**
* Represents the category of the narration. * Represents the category of the narration.
*/ */
@Serializable
public enum class Category { public enum class Category {
@SerialName("Notification") @SerialName("Notification")
NOTIFICATION, NOTIFICATION,