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
commit 6119145b35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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