File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ export const videoElementAtom = atom<HTMLVideoElement | null>(null);
1919export const isPlayingAtom = atom ( false ) ;
2020export const currentTimeAtom = atom ( 0 ) ;
2121export const durationAtom = atom ( 0 ) ;
22- export const volumeAtom = atomWithStorage ( "oktomusic :volume" , 1 ) ;
23- export const isMutedAtom = atomWithStorage ( "oktomusic :muted" , false ) ;
22+ export const volumeAtom = atomWithStorage ( "fluorite :volume" , 1 ) ;
23+ export const isMutedAtom = atomWithStorage ( "fluorite :muted" , false ) ;
2424export const isSeekingAtom = atom ( false ) ;
25- export const playbackRateAtom = atomWithStorage ( "oktomusic :playbackRate" , 1 ) ;
26- export const loopAtom = atomWithStorage ( "oktomusic :loop" , false ) ;
25+ export const playbackRateAtom = atomWithStorage ( "fluorite :playbackRate" , 1 ) ;
26+ export const loopAtom = atomWithStorage ( "fluorite :loop" , false ) ;
2727
2828// UI STATE ATOMS
2929export const showControlsAtom = atom ( true ) ;
You can’t perform that action at this time.
0 commit comments