mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	Update src/invidious/routes/channels.cr
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
		| @@ -57,7 +57,7 @@ module Invidious::Routes::Channels | ||||
|     end | ||||
|  | ||||
|     items, continuation = fetch_channel_playlists(channel.ucid, channel.author, continuation, sort_by) | ||||
|     items = items.select(SearchPlaylist).map { |item| item.as(SearchPlaylist) } | ||||
|     items = items.select(SearchPlaylist).map(&.as(SearchPlaylist)) | ||||
|     items.each(&.author=("")) | ||||
|  | ||||
|     templated "playlists" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syeopite
					syeopite