From cf60f7af033a4c378edc12d617ee674428c26795 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Feb 2024 09:44:43 +0100 Subject: [PATCH] Add ability to add playlist from my videos --- client/src/app/+my-library/my-videos/my-videos.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/+my-library/my-videos/my-videos.component.ts b/client/src/app/+my-library/my-videos/my-videos.component.ts index caa3bcb44..f7e212e1d 100644 --- a/client/src/app/+my-library/my-videos/my-videos.component.ts +++ b/client/src/app/+my-library/my-videos/my-videos.component.ts @@ -47,7 +47,7 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook { forceChannelInBy: true } videoDropdownDisplayOptions: VideoActionsDisplayType = { - playlist: false, + playlist: true, download: true, update: false, blacklist: false,