mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Fix missing commas
This commit is contained in:
		@@ -125,7 +125,7 @@ module Invidious::JSONify::APIv1
 | 
			
		||||
 | 
			
		||||
              if height && width
 | 
			
		||||
                json.field "size", "#{width}x#{height}"
 | 
			
		||||
                json.field "resolution" "#{height}p"
 | 
			
		||||
                json.field "resolution", "#{height}p"
 | 
			
		||||
 | 
			
		||||
                quality_label = "#{width > height ? height : width}p"
 | 
			
		||||
 | 
			
		||||
@@ -180,7 +180,7 @@ module Invidious::JSONify::APIv1
 | 
			
		||||
 | 
			
		||||
              if height && width
 | 
			
		||||
                json.field "size", "#{width}x#{height}"
 | 
			
		||||
                json.field "resolution" "#{height}p"
 | 
			
		||||
                json.field "resolution", "#{height}p"
 | 
			
		||||
 | 
			
		||||
                quality_label = "#{width > height ? height : width}p"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user