mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	search: fix fetch URL.
This commit is contained in:
		
							parent
							
								
									0b126467d5
								
							
						
					
					
						commit
						e591e0bcba
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -86,7 +86,7 @@ export default {
 | 
				
			||||||
                        "&id=" +
 | 
					                        "&id=" +
 | 
				
			||||||
                        encodeURIComponent(this.results.id) +
 | 
					                        encodeURIComponent(this.results.id) +
 | 
				
			||||||
                        "&q=" +
 | 
					                        "&q=" +
 | 
				
			||||||
                        encodeURIComponent(this.$route.params.search_query)
 | 
					                        encodeURIComponent(this.$route.query.search_query)
 | 
				
			||||||
                )
 | 
					                )
 | 
				
			||||||
                    .then(body => body.json())
 | 
					                    .then(body => body.json())
 | 
				
			||||||
                    .then(json => {
 | 
					                    .then(json => {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue