mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	ran crystal tool format. it should fix some CI issues
Signed-off-by: thtmnisamnstr <gavinj1984@gmail.com>
This commit is contained in:
		@@ -48,11 +48,11 @@ struct Invidious::User
 | 
			
		||||
          else
 | 
			
		||||
            privacy = PlaylistPrivacy::Private
 | 
			
		||||
          end
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
          if title && privacy && user
 | 
			
		||||
            playlist = create_playlist(title, privacy, user) 
 | 
			
		||||
            playlist = create_playlist(title, privacy, user)
 | 
			
		||||
          end
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
          if playlist && description
 | 
			
		||||
            Invidious::Database::Playlists.update_description(playlist.id, description)
 | 
			
		||||
          end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user