feat: M3 weighted shuffle v1 — real /api/radio with scoring #21
@@ -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