mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-08 13:42:27 +05:30
remove icon element from channel rss feed
This commit is contained in:
parent
20b71ccf21
commit
f538c44104
@ -203,7 +203,6 @@ module Invidious::Routes::Feeds
|
||||
xml.element("link", rel: "self", href: "#{HOST_URL}#{env.request.resource}")
|
||||
xml.element("id") { xml.text "yt:channel:#{ucid}" }
|
||||
xml.element("yt:channelId") { xml.text ucid }
|
||||
xml.element("icon") { xml.text "" }
|
||||
xml.element("title") { author }
|
||||
xml.element("link", rel: "alternate", href: "#{HOST_URL}/channel/#{ucid}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user