diff options
| author | ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> | 2024-08-20 18:48:50 -0400 |
|---|---|---|
| committer | ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> | 2024-11-17 13:14:39 -0500 |
| commit | 04b074229333fa92d0a3b1514c0a480f72c78348 (patch) | |
| tree | 86f24be388bf20e5ca49cf822343cd4e05d9a529 | |
| parent | 1838ac4c99e45d3e880f65805f00ecfe335f7a0c (diff) | |
| download | invidious-04b074229333fa92d0a3b1514c0a480f72c78348.tar.gz invidious-04b074229333fa92d0a3b1514c0a480f72c78348.tar.bz2 invidious-04b074229333fa92d0a3b1514c0a480f72c78348.zip | |
remove icon element from channel rss feed
| -rw-r--r-- | src/invidious/routes/feeds.cr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/invidious/routes/feeds.cr b/src/invidious/routes/feeds.cr index 1b2cfba0..ca448991 100644 --- a/src/invidious/routes/feeds.cr +++ b/src/invidious/routes/feeds.cr @@ -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}") |
