Handle web player

This commit is contained in:
jeffvli
2022-11-08 00:20:39 -08:00
parent e774cdf031
commit 587fa2422a
17 changed files with 835 additions and 276 deletions
@@ -1,6 +1,6 @@
/* eslint-disable no-nested-ternary */
import { Dispatch } from 'react';
import { CrossfadeStyle } from '../../../../types';
import { CrossfadeStyle } from '@/renderer/types';
export const gaplessHandler = (args: {
currentTime: number;