mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-04 06:31:57 +00:00 
			
		
		
		
	remove icon element from channel rss feed
This commit is contained in:
		@@ -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}")
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user