mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-14 19:38:18 +00:00
feat: support for 'watch_videos' endpoint
This commit is contained in:
@@ -31,6 +31,11 @@ const routes = [
|
||||
name: "WatchVideo",
|
||||
component: () => import("../components/WatchVideo.vue"),
|
||||
},
|
||||
{
|
||||
path: "/watch_videos",
|
||||
name: "WatchVideos",
|
||||
component: () => import("../components/WatchVideo.vue"),
|
||||
},
|
||||
{
|
||||
path: "/clip/:clipId",
|
||||
name: "Clips",
|
||||
|
Reference in New Issue
Block a user