mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 00:52:45 -05:00
Set description_node to nil for auto-generated channels
This commit is contained in:
parent
f755969050
commit
3e4cd122ef
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user