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 cb8667a commit 3bce1a1Copy full SHA for 3bce1a1
podcastindex-sdk/src/commonMain/kotlin/com/mr3y/podcastindex/model/TrendingFeed.kt
@@ -40,7 +40,7 @@ public class Stats(
40
@SerialName(value = "feedsWithNewEpisodes10days") public val feedsWithNewEpisodes10days: Long,
41
@SerialName(value = "feedsWithNewEpisodes30days") public val feedsWithNewEpisodes30days: Long,
42
@SerialName(value = "feedsWithNewEpisodes90days") public val feedsWithNewEpisodes90days: Long,
43
- @SerialName(value = "feedsWithValueBlocks") public val feedsWithValueBlocks: Long
+ @SerialName(value = "feedsWithValueBlocks") public val feedsWithValueBlocks: Long,
44
)
45
46
@Serializable
0 commit comments