mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Merge pull request #2197 from GlenLowland/live_url_support
Add live url support
This commit is contained in:
		
						commit
						6119145b35
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -27,7 +27,7 @@ const routes = [
 | 
				
			||||||
        component: () => import("../components/PlaylistPage.vue"),
 | 
					        component: () => import("../components/PlaylistPage.vue"),
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        path: "/:path(v|w|embed|shorts|watch)/:v?",
 | 
					        path: "/:path(v|w|embed|live|shorts|watch)/:v?",
 | 
				
			||||||
        name: "WatchVideo",
 | 
					        name: "WatchVideo",
 | 
				
			||||||
        component: () => import("../components/WatchVideo.vue"),
 | 
					        component: () => import("../components/WatchVideo.vue"),
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue