mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-13 19:08:22 +00:00
Add support for playlists.
This commit is contained in:
@@ -70,6 +70,11 @@ const routes = [
|
||||
name: "Watch History",
|
||||
component: () => import("../components/HistoryPage.vue"),
|
||||
},
|
||||
{
|
||||
path: "/playlists",
|
||||
name: "Playlists",
|
||||
component: () => import("../components/PlaylistsPage.vue"),
|
||||
},
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
Reference in New Issue
Block a user