Chore/tv interface scaling (#1591)

Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
lance chant
2026-05-24 12:55:28 +02:00
committed by GitHub
parent 52ad1a06e1
commit 4b577b8111
4 changed files with 50 additions and 10 deletions

View File

@@ -768,7 +768,7 @@ export default function page() {
currentPlayStateInfo() as PlaybackProgressInfo,
);
}
if (!Platform.isTV) await activateKeepAwakeAsync();
await activateKeepAwakeAsync();
return;
}
@@ -781,7 +781,7 @@ export default function page() {
currentPlayStateInfo() as PlaybackProgressInfo,
);
}
if (!Platform.isTV) await deactivateKeepAwake();
await deactivateKeepAwake();
return;
}