From 3e4cd122ef5d1db52ed2f2c3dd8ee56112b8a849 Mon Sep 17 00:00:00 2001 From: hibutwhy <112614297+hibutwhy@users.noreply.github.com> Date: Sun, 23 Aug 2026 22:17:07 -0700 Subject: [PATCH] Set description_node to nil for auto-generated channels --- src/invidious/channels/about.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/channels/about.cr b/src/invidious/channels/about.cr index 6213bdea8..765a196bb 100644 --- a/src/invidious/channels/about.cr +++ b/src/invidious/channels/about.cr @@ -75,7 +75,7 @@ def get_about_info(ucid) : AboutChannel author_url = "https://www.youtube.com/channel/#{ucid}" author_thumbnail = phr_vm.try &.dig?("animatedImage", "contentPreviewImageViewModel", "image", "sources", 0, "url").try &.as_s || "" banner = nil - description_node = JSON.parse(%({"simpleText": ""})) + description_node = nil tags = [] of String else author = ithr["title"]["simpleText"].as_s