Skip to content

Commit

Permalink
remove icon element from channel rss feed
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer committed Oct 30, 2024
1 parent 7c54c45 commit d18854f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/invidious/routes/feeds.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

Expand Down

0 comments on commit d18854f

Please sign in to comment.