diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-26 15:14:17 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-26 15:14:17 +0200 |
commit | a00056c0c87b9a3c79a50fc98fa385218cdb3734 (patch) | |
tree | aee828569bbb3bb25125cddd10cabdeba3c4c0fe /client/src/app | |
parent | d91714ca56f7baa2f0eff02f7c1ef2b891096171 (diff) | |
download | PeerTube-a00056c0c87b9a3c79a50fc98fa385218cdb3734.tar.gz PeerTube-a00056c0c87b9a3c79a50fc98fa385218cdb3734.tar.zst PeerTube-a00056c0c87b9a3c79a50fc98fa385218cdb3734.zip |
Fix description timestamp click
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.html b/client/src/app/+videos/+video-watch/video-watch.component.html index 0d6103b3b..45cfba167 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.html +++ b/client/src/app/+videos/+video-watch/video-watch.component.html | |||
@@ -86,7 +86,7 @@ | |||
86 | 86 | ||
87 | </div> | 87 | </div> |
88 | 88 | ||
89 | <my-video-description [video]="video"></my-video-description> | 89 | <my-video-description [video]="video" (timestampClicked)="handleTimestampClicked($event)"></my-video-description> |
90 | 90 | ||
91 | <my-video-attributes [video]="video"></my-video-attributes> | 91 | <my-video-attributes [video]="video"></my-video-attributes> |
92 | 92 | ||