Add ability to add playlist from my videos

pull/6266/head
Chocobozzz 2024-02-28 09:44:43 +01:00
parent 9808b179a5
commit cf60f7af03
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook {
forceChannelInBy: true forceChannelInBy: true
} }
videoDropdownDisplayOptions: VideoActionsDisplayType = { videoDropdownDisplayOptions: VideoActionsDisplayType = {
playlist: false, playlist: true,
download: true, download: true,
update: false, update: false,
blacklist: false, blacklist: false,