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 5d79cfd commit b1c4499Copy full SHA for b1c4499
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