소스 검색

vse propalo

mfdok43 2 년 전
부모
커밋
86c0534fbe
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/reducers/playerReducer.js

+ 3 - 1
src/reducers/playerReducer.js

@@ -29,4 +29,6 @@ export function playerReducer(state={},{
 }
 
 export const actionTrackPlay = (track,isPlaying) => ({type: "TRACK_PLAY",isPlaying: track.play()})
-export const actionTrackStop = (track,isStopped) => ({type: "TRACK_PLAY",isStopped: track.pause()})
+export const actionTrackStop = (track,isStopped) => ({type: "TRACK_PLAY",isStopped: track.pause()})
+
+//все сломалось