Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTGold committed Apr 17, 2024
1 parent 4c39c45 commit 964ad62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const types = {
export const initialState = {
isIdle: false,
isPlaying: false,
isPaused: false,
isPaused: true,
isSeeking: false,
isEnded: false,
isPlaybackStarted: false,
Expand Down

0 comments on commit 964ad62

Please sign in to comment.