mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-26 03:06:22 +00:00
feat(tv): add technical info overlay to player controls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user