This commit is contained in:
vfsfitvnm
2022-06-19 11:24:11 +02:00
parent f7a6481323
commit 6c15889360
4 changed files with 11 additions and 19 deletions

View File

@@ -30,10 +30,10 @@ data class NextResponse(
) {
@Serializable
data class PlaylistPanelVideoRenderer(
val title: Runs,
val title: Runs?,
val longBylineText: Runs?,
val shortBylineText: Runs,
val lengthText: Runs,
val shortBylineText: Runs?,
val lengthText: Runs?,
val navigationEndpoint: NavigationEndpoint,
val thumbnail: ThumbnailRenderer.MusicThumbnailRenderer.Thumbnail,
val videoId: String,