mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	@@ -22,6 +22,19 @@
 | 
			
		||||
            }"
 | 
			
		||||
        ></button>
 | 
			
		||||
 | 
			
		||||
        <!-- RSS Feed button -->
 | 
			
		||||
        <a
 | 
			
		||||
            aria-label="RSS feed"
 | 
			
		||||
            title="RSS feed"
 | 
			
		||||
            role="button"
 | 
			
		||||
            v-if="channel.id"
 | 
			
		||||
            :href="`https://www.youtube.com/feeds/videos.xml?channel_id=${channel.id}`"
 | 
			
		||||
            target="_blank"
 | 
			
		||||
            class="btn flex-col ml-3"
 | 
			
		||||
        >
 | 
			
		||||
            <font-awesome-icon icon="rss" />
 | 
			
		||||
        </a>
 | 
			
		||||
 | 
			
		||||
        <hr />
 | 
			
		||||
 | 
			
		||||
        <div class="video-grid">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user