mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	Remove unused db call
This commit is contained in:
		| @@ -104,7 +104,6 @@ module Invidious::Routes::Subscriptions | ||||
|       if format == "json" | ||||
|         env.response.content_type = "application/json" | ||||
|         env.response.headers["content-disposition"] = "attachment" | ||||
|         playlists = Invidious::Database::Playlists.select_like_iv(user.email) | ||||
|  | ||||
|         return Invidious::User::Export.to_invidious(user) | ||||
|       else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Brahim Hadriche
					Brahim Hadriche