feat(tv): add technical info overlay to player controls

This commit is contained in:
Fredrik Burmester
2026-01-22 08:10:18 +01:00
parent 4b7007386f
commit 3f882ecade
3 changed files with 95 additions and 36 deletions

View File

@@ -1175,6 +1175,11 @@ export default function page() {
goToNextItem={goToNextItem}
onRefreshSubtitleTracks={handleRefreshSubtitleTracks}
addSubtitleFile={addSubtitleFile}
showTechnicalInfo={showTechnicalInfo}
onToggleTechnicalInfo={handleToggleTechnicalInfo}
getTechnicalInfo={getTechnicalInfo}
playMethod={playMethod}
transcodeReasons={transcodeReasons}
/>
) : (
<Controls