mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 12:42:09 +00:00 
			
		
		
		
	Fix handling for comments
This commit is contained in:
		| @@ -367,7 +367,7 @@ function get_reddit_comments(timeouts = 0) { | ||||
|         }); | ||||
|       } else { | ||||
|         <% if preferences && preferences.comments[1] == "youtube" %> | ||||
|         get_youtube_comments(); | ||||
|         get_youtube_comments(timeouts + 1); | ||||
|         <% else %> | ||||
|         comments.innerHTML = fallback; | ||||
|         <% end %> | ||||
| @@ -428,7 +428,7 @@ function get_youtube_comments(timeouts = 0) { | ||||
|         } | ||||
|       } else { | ||||
|         <% if preferences && preferences.comments[1] == "youtube" %> | ||||
|         get_youtube_comments(); | ||||
|         get_youtube_comments(timeouts + 1); | ||||
|         <% else %> | ||||
|         comments.innerHTML = ""; | ||||
|         <% end %> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Omar Roth
					Omar Roth