mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-29 00:55:15 -07:00
style: format youtube runtime files
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user