From 830b4faff15fb9c81d88e8e69fcdf94aad32bef8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 6 Mar 2019 15:36:44 +0100 Subject: Add/update/delete/list my playlists --- client/src/app/+my-account/my-account.component.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/app/+my-account/my-account.component.ts') diff --git a/client/src/app/+my-account/my-account.component.ts b/client/src/app/+my-account/my-account.component.ts index 8a4102d80..f624ff505 100644 --- a/client/src/app/+my-account/my-account.component.ts +++ b/client/src/app/+my-account/my-account.component.ts @@ -27,6 +27,10 @@ export class MyAccountComponent { label: this.i18n('My videos'), routerLink: '/my-account/videos' }, + { + label: this.i18n('My playlists'), + routerLink: '/my-account/video-playlists' + }, { label: this.i18n('My subscriptions'), routerLink: '/my-account/subscriptions' -- cgit v1.2.3