mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix type mismatch warning.
This commit is contained in:
		
							parent
							
								
									d31c391ab6
								
							
						
					
					
						commit
						c26bf4f6fd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
export default {
 | 
					export default {
 | 
				
			||||||
    BASE_URL: localStorage.getItem("instance") || "https://pipedapi.kavin.rocks",
 | 
					    BASE_URL: localStorage.getItem("instance") || "https://pipedapi.kavin.rocks",
 | 
				
			||||||
    AUTO_PLAY: localStorage.getItem("autoplay") || false,
 | 
					    AUTO_PLAY: localStorage.getItem("autoplay") === "true",
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue