mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-04 14:41:59 +00:00 
			
		
		
		
	I hope it works at this point
This commit is contained in:
		@@ -38,7 +38,7 @@ def parse_related_video(related : JSON::Any, published : String? = nil) : Hash(S
 | 
			
		||||
 | 
			
		||||
  publishedText = related["publishedTimeText"]?
 | 
			
		||||
  if !publishedText.nil?
 | 
			
		||||
    publishedSimpleText = publishedText["simpleText"]
 | 
			
		||||
	  publishedSimpleText = publishedText["simpleText"].to_s
 | 
			
		||||
  else
 | 
			
		||||
    publishedSimpleText = nil
 | 
			
		||||
  end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user