diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-28 14:20:11 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-28 14:20:11 +0200 |
commit | 3fca30a7ef5de53dff7ef7b3122daa0849e4bdc0 (patch) | |
tree | 675c337f9f717d7adb8ea982142400f119bb786a /client/src/app/+my-library/my-videos | |
parent | f67ac646a2c081e02b28a7ab1dc856db6ee20e2f (diff) | |
download | PeerTube-3fca30a7ef5de53dff7ef7b3122daa0849e4bdc0.tar.gz PeerTube-3fca30a7ef5de53dff7ef7b3122daa0849e4bdc0.tar.zst PeerTube-3fca30a7ef5de53dff7ef7b3122daa0849e4bdc0.zip |
Force channel in my videos
Diffstat (limited to 'client/src/app/+my-library/my-videos')
-rw-r--r-- | client/src/app/+my-library/my-videos/my-videos.component.ts | 3 |
1 files changed, 2 insertions, 1 deletions
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 2f1eb84ba..3ff0ee248 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 | |||
@@ -40,7 +40,8 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook { | |||
40 | privacyLabel: false, | 40 | privacyLabel: false, |
41 | privacyText: true, | 41 | privacyText: true, |
42 | state: true, | 42 | state: true, |
43 | blacklistInfo: true | 43 | blacklistInfo: true, |
44 | forceChannelInBy: true | ||
44 | } | 45 | } |
45 | videoDropdownDisplayOptions: VideoActionsDisplayType = { | 46 | videoDropdownDisplayOptions: VideoActionsDisplayType = { |
46 | playlist: false, | 47 | playlist: false, |