style: format youtube runtime files

This commit is contained in:
2026-05-24 19:10:58 -07:00
parent d6ff50455a
commit e9abbd5f05
3 changed files with 10 additions and 9 deletions
+1 -4
View File
@@ -78,10 +78,7 @@ export function shouldUseCachedYoutubeParsedCues(input: {
cachedMediaPath: string | null | undefined;
cachedCueCount: number;
}): boolean {
return (
input.cachedCueCount > 0 &&
isSameYoutubeMediaPath(input.videoPath, input.cachedMediaPath)
);
return input.cachedCueCount > 0 && isSameYoutubeMediaPath(input.videoPath, input.cachedMediaPath);
}
export function isYoutubePlaybackActive(