Display the correct file extension on download button

This commit is contained in:
2026-03-06 22:06:20 +01:00
parent 564f816fb9
commit 5b4d3d435e
5 changed files with 30 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
@else
<p class="text-lg">Episode {{ $episodeNumber }}</p>
@endif
<p class="text-xs">HEVC MKV {{ $fileSize ?? '' }}</p>
<p class="text-xs">{{ $fileExtension }} MKV {{ $fileSize ?? '' }}</p>
<p class="text-xs" id="count-{{ $downloadId }}">Downloaded {{ $downloadCount }} times</p>
</div>
</button>