mirror of https://github.com/Chocobozzz/PeerTube
Add ability to add playlist from my videos
parent
9808b179a5
commit
cf60f7af03
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue