mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix sponsorblock.
This commit is contained in:
		
							parent
							
								
									8c6650da0c
								
							
						
					
					
						commit
						80f5b642a6
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
					@ -132,7 +132,12 @@ export default {
 | 
				
			||||||
                    "?category=" +
 | 
					                    "?category=" +
 | 
				
			||||||
                    (localStorage
 | 
					                    (localStorage
 | 
				
			||||||
                        ? encodeURIComponent(
 | 
					                        ? encodeURIComponent(
 | 
				
			||||||
                              "[" + localStorage.getItem("selectedSkip") + "]"
 | 
					                              '["' +
 | 
				
			||||||
 | 
					                                  localStorage
 | 
				
			||||||
 | 
					                                      .getItem("selectedSkip")
 | 
				
			||||||
 | 
					                                      .split(",")
 | 
				
			||||||
 | 
					                                      .join('","') +
 | 
				
			||||||
 | 
					                                  '"]'
 | 
				
			||||||
                          )
 | 
					                          )
 | 
				
			||||||
                        : encodeURIComponent(
 | 
					                        : encodeURIComponent(
 | 
				
			||||||
                              '["sponsor", "interaction", "selfpromo", "music_offtopic"]'
 | 
					                              '["sponsor", "interaction", "selfpromo", "music_offtopic"]'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue