Converted allow_autoplay to force_autoplay as per #695

This commit is contained in:
Tzahi12345
2023-01-03 02:18:14 -05:00
parent 61973510f7
commit c10b062832
5 changed files with 10 additions and 9 deletions

View File

@@ -72,7 +72,7 @@
Only Audio
</ng-container>
</mat-checkbox>
<mat-checkbox *ngIf="allowAutoplay" [disabled]="getURLArray(url).length > 1" (change)="autoplayChanged($event)" [(ngModel)]="autoplay" style="float: right; margin-top: -12px">
<mat-checkbox *ngIf="!forceAutoplay" [disabled]="getURLArray(url).length > 1" (change)="autoplayChanged($event)" [(ngModel)]="autoplay" style="float: right; margin-top: -12px">
<ng-container i18n="Autoplay checkbox">
Autoplay
</ng-container>