Merge pull request #2197 from GlenLowland/live_url_support

Add live url support
This commit is contained in:
Kavin
2023-03-13 10:44:24 +00:00
committed by GitHub

View File

@ -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"),
}, },