aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/shared/shared-share-modal/video-share.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-share-modal/video-share.component.html b/client/src/app/shared/shared-share-modal/video-share.component.html
index a0a593a24..7c5618838 100644
--- a/client/src/app/shared/shared-share-modal/video-share.component.html
+++ b/client/src/app/shared/shared-share-modal/video-share.component.html
@@ -36,7 +36,7 @@
36 36
37 <ng-template ngbNavContent> 37 <ng-template ngbNavContent>
38 <div class="nav-content"> 38 <div class="nav-content">
39 <qrcode [qrdata]="getPlaylistUrl()" [size]="256" level="Q"></qrcode> 39 <qrcode [qrdata]="getPlaylistUrl()" [width]="256" level="Q"></qrcode>
40 </div> 40 </div>
41 </ng-template> 41 </ng-template>
42 </ng-container> 42 </ng-container>
@@ -103,7 +103,7 @@
103 103
104 <ng-template ngbNavContent> 104 <ng-template ngbNavContent>
105 <div class="nav-content"> 105 <div class="nav-content">
106 <qrcode [qrdata]="getVideoUrl()" [size]="256" level="Q"></qrcode> 106 <qrcode [qrdata]="getVideoUrl()" [width]="256" level="Q"></qrcode>
107 </div> 107 </div>
108 </ng-template> 108 </ng-template>
109 </ng-container> 109 </ng-container>