Add ability to add playlist from my videos
This commit is contained in:
parent
9808b179a5
commit
cf60f7af03
|
@ -47,7 +47,7 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook {
|
|||
forceChannelInBy: true
|
||||
}
|
||||
videoDropdownDisplayOptions: VideoActionsDisplayType = {
|
||||
playlist: false,
|
||||
playlist: true,
|
||||
download: true,
|
||||
update: false,
|
||||
blacklist: false,
|
||||
|
|
Loading…
Reference in New Issue