mirror of
				https://gitea.invidious.io/iv-org/invidious
				synced 2025-06-05 23:29:12 +02:00 
			
		
		
		
	Minor fix for filters and search
This commit is contained in:
		@@ -164,7 +164,7 @@ spawn do
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
before_all do |env|
 | 
			
		||||
before_get do |env|
 | 
			
		||||
  if env.request.cookies["SID"]?
 | 
			
		||||
    env.set "authorized", true
 | 
			
		||||
  else
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
        <div style="overflow-wrap:break-word; word-wrap:break-word;" class="h-box">
 | 
			
		||||
            <a style="width:100%;" href="<%= video["link"] %>">
 | 
			
		||||
                <img style="width:100%;" src="<%= video["thumbnail"] %>"/>
 | 
			
		||||
                <%= video["title"] %>
 | 
			
		||||
                <p><%= video["title"] %></p>
 | 
			
		||||
            </a>
 | 
			
		||||
            <p>
 | 
			
		||||
                <b><a style="width:100%;" href="<%= video["author_url"]%>"><%= video["author"] %></a></b>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user