mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Merge pull request #2197 from GlenLowland/live_url_support
Add live url support
This commit is contained in:
commit
6119145b35
@ -27,7 +27,7 @@ const routes = [
|
||||
component: () => import("../components/PlaylistPage.vue"),
|
||||
},
|
||||
{
|
||||
path: "/:path(v|w|embed|shorts|watch)/:v?",
|
||||
path: "/:path(v|w|embed|live|shorts|watch)/:v?",
|
||||
name: "WatchVideo",
|
||||
component: () => import("../components/WatchVideo.vue"),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user