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 Aug 24, 2024
1 parent 20b71cc commit f538c44
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 @@ -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}")

Expand Down

0 comments on commit f538c44

Please sign in to comment.