Add support for playlists.

This commit is contained in:
Kavin
2022-04-07 03:33:25 +01:00
parent ca3206b21a
commit 4d18bf8004
8 changed files with 266 additions and 4 deletions

View File

@@ -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({