diff options
author | Chocobozzz <me@florianbigard.com> | 2022-04-20 10:05:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-04-20 10:05:21 +0200 |
commit | 264903358d2501e1106d020c2804a477fbf77d24 (patch) | |
tree | 74ef48ff71dc2a80034dcfb79d99ee7a9c7f1101 /client/src/app | |
parent | 4f9a20a00a37c51788ab1cf4b343247918090f9b (diff) | |
download | PeerTube-264903358d2501e1106d020c2804a477fbf77d24.tar.gz PeerTube-264903358d2501e1106d020c2804a477fbf77d24.tar.zst PeerTube-264903358d2501e1106d020c2804a477fbf77d24.zip |
Display live info in my videos
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+my-library/my-videos/my-videos.component.ts | 2 |
1 files changed, 1 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 8da2bc890..64e56a250 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 | |||
@@ -51,7 +51,7 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook { | |||
51 | report: false, | 51 | report: false, |
52 | duplicate: false, | 52 | duplicate: false, |
53 | mute: false, | 53 | mute: false, |
54 | liveInfo: false, | 54 | liveInfo: true, |
55 | removeFiles: false, | 55 | removeFiles: false, |
56 | transcoding: false, | 56 | transcoding: false, |
57 | studio: true, | 57 | studio: true, |