aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-share-modal
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-10 14:23:59 +0200
committerChocobozzz <me@florianbigard.com>2023-05-10 14:23:59 +0200
commit7815dc450ea9f8fd63e2234b6215013a132e6229 (patch)
treefaee269ef011930dd71d52035cdd2af8e6f2b004 /client/src/app/shared/shared-share-modal
parentbc3bd960e3d240a1a02bbda7530659424ad70685 (diff)
downloadPeerTube-7815dc450ea9f8fd63e2234b6215013a132e6229.tar.gz
PeerTube-7815dc450ea9f8fd63e2234b6215013a132e6229.tar.zst
PeerTube-7815dc450ea9f8fd63e2234b6215013a132e6229.zip
Prevent invalid end watch section warnings
Diffstat (limited to 'client/src/app/shared/shared-share-modal')
-rw-r--r--client/src/app/shared/shared-share-modal/video-share.component.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-share-modal/video-share.component.ts b/client/src/app/shared/shared-share-modal/video-share.component.ts
index 43229c330..1b69aa2d0 100644
--- a/client/src/app/shared/shared-share-modal/video-share.component.ts
+++ b/client/src/app/shared/shared-share-modal/video-share.component.ts
@@ -203,8 +203,6 @@ export class VideoShareComponent {
203 // --------------------------------------------------------------------------- 203 // ---------------------------------------------------------------------------
204 204
205 async onUpdate () { 205 async onUpdate () {
206 console.log('on update')
207
208 if (this.playlist) { 206 if (this.playlist) {
209 this.playlistUrl = await this.getPlaylistUrl() 207 this.playlistUrl = await this.getPlaylistUrl()
210 this.playlistEmbedUrl = await this.getPlaylistEmbedUrl() 208 this.playlistEmbedUrl = await this.getPlaylistEmbedUrl()