mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 12:47:38 +03:00
Quality stays the same if it exists on next format
This commit is contained in:
parent
eadf8239e9
commit
2e591122f2
3 changed files with 23 additions and 30 deletions
|
@ -29,7 +29,7 @@
|
|||
<span class="input-group-text">Quality</span>
|
||||
</div>
|
||||
<select class="custom-select" name="quality" [(ngModel)]="quality" (change)="qualityChanged()" [disabled]="addInProgress || downloads.loading">
|
||||
<option *ngFor="let q of qualities" [ngValue]="q">{{ q.text }}</option>
|
||||
<option *ngFor="let q of qualities" [ngValue]="q.id">{{ q.text }}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue