mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-21 21:17:20 +00:00
remove icon element from channel rss feed
This commit is contained in:
parent
1838ac4c99
commit
04b0742293
@ -201,7 +201,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