mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-14 03:21:05 +00:00
Add support for client-side watch history. (#370)
* Add support for client-side watch history. * Update watched videos more often.
This commit is contained in:
@@ -60,6 +60,11 @@ const routes = [
|
||||
name: "Subscriptions",
|
||||
component: () => import("../components/SubscriptionsPage.vue"),
|
||||
},
|
||||
{
|
||||
path: "/history",
|
||||
name: "Watch History",
|
||||
component: () => import("../components/HistoryPage.vue"),
|
||||
},
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
Reference in New Issue
Block a user