From e9dff17966017e347a25f15484604a48c619fcb4 Mon Sep 17 00:00:00 2001 From: lunaticbum <> Date: Thu, 29 Aug 2024 18:43:06 +0900 Subject: [PATCH] ... --- app/src/main/kotlin/rasel/lunar/launcher/todos/YoutubeData.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/rasel/lunar/launcher/todos/YoutubeData.kt b/app/src/main/kotlin/rasel/lunar/launcher/todos/YoutubeData.kt index 8ec343e..2c0b284 100644 --- a/app/src/main/kotlin/rasel/lunar/launcher/todos/YoutubeData.kt +++ b/app/src/main/kotlin/rasel/lunar/launcher/todos/YoutubeData.kt @@ -1584,7 +1584,7 @@ open class VideoRenderer : RssDataItem { var thumbnailOverlays: ArrayList? = null var avatar: Avatar? = null override fun title(): String { - return title?.runs?.first()?.text ?: title?.accessibility?.label ?: "" + return shortBylineText?.runs?.get(0)?.text ?: title?.runs?.get(0)?.text ?: title?.accessibility?.label ?: "" } override fun thumbnailUrl(): String {