Added ability to randomize playlists

Missing videos now show a more verbose error in the logs
This commit is contained in:
Isaac Abadi
2021-07-21 20:03:53 -06:00
parent b56b371ece
commit 9f908aa3fc
6 changed files with 23 additions and 4 deletions

View File

@@ -9,6 +9,10 @@
</mat-form-field>
</div>
<div>
<mat-checkbox [(ngModel)]="playlist.randomize_order"><ng-container i18n="Randomize order when playing checkbox label">Randomize order when playing</ng-container></mat-checkbox>
</div>
<div style="margin-bottom: 10px; height: 40px;">
<div style="float: left">
<span *ngIf="reverse_order === false" i18n="Normal order">Normal order&nbsp;</span>