We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4542a commit 58e04dcCopy full SHA for 58e04dc
src/commonMain/kotlin/com.adamratzman.spotify/models/Episode.kt
@@ -116,7 +116,7 @@ data class SimpleEpisode(
116
@Serializable
117
data class ResumePoint(
118
@SerialName("fully_played") val fullyPlayed: Boolean,
119
- @SerialName("resume_position_ms") val resumePositionMs: Boolean
+ @SerialName("resume_position_ms") val resumePositionMs: Int
120
)
121
122
0 commit comments