v2026.05.21.0 — Wear OS dispatch fix, playlist-load feedback, drift CI #58
@@ -88,7 +88,9 @@ class ResumeController @Inject constructor(
|
||||
positionMs = state.positionMs,
|
||||
)
|
||||
dao.upsert(
|
||||
CachedResumeStateEntity(json = json.encodeToString<ResumePayload>(payload)),
|
||||
CachedResumeStateEntity(
|
||||
json = json.encodeToString(ResumePayload.serializer(), payload),
|
||||
),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user