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 6446ea0 commit 6117a5bCopy full SHA for 6117a5b
src/commonMain/kotlin/com.adamratzman.spotify/models/Track.kt
@@ -226,7 +226,7 @@ data class AudioAnalysisMeta(
226
@SerialName("analyzer_version") val analyzerVersion: String,
227
val platform: String,
228
@SerialName("detailed_status") val detailedStatus: String,
229
- @SerialName("status_code") val statusCode: Int,
+ @SerialName("status_code") val statusCode: Int?,
230
val timestamp: Long,
231
@SerialName("analysis_time") val analysisTime: Float,
232
@SerialName("input_process") val inputProcess: String
0 commit comments