Add duration
All checks were successful
ci / Image build (push) Successful in 2m3s
ci / Deployment (push) Successful in 6s

This commit is contained in:
Joris Bertomeu
2025-08-26 11:45:39 +02:00
parent 3dac693492
commit f84f694db7

View File

@@ -166,7 +166,7 @@
<div class="flex flex-col mt-2">
<label>Wanted Resolution</label>
<select formControlName="wantedResolution" class="form-select">
<option [disabled]="!isDecryptable(res)" [value]="res.name" *ngFor="let res of loaded.videoTracks">{{res.name}} ({{res.codec}} - {{humanFileSize(res.bandwidth)}})</option>
<option [disabled]="!isDecryptable(res)" [value]="res.name" *ngFor="let res of loaded.videoTracks">{{res.name}} ({{res.codec}} - {{humanFileSize(res.bandwidth)}}) - {{res.formatedDuration}}</option>
</select>
</div>
</div>