Skip to content

Commit

Permalink
try to make fake hifi more consistent and probably fail
Browse files Browse the repository at this point in the history
  • Loading branch information
twnlink committed Aug 25, 2023
1 parent 506cdd4 commit 3b13e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/FakeHiFi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ const unloadables = [
}),

intercept(
"BOOTSTRAP_DONE",
["BOOTSTRAP_DONE", "playbackControls/PLAY"],
() => {
refreshUserSession({ shouldReload: false });
},
true
),
];

export const onUnload = () => unloadables.forEach(u => u())
export const onUnload = () => unloadables.forEach(u => u())

0 comments on commit 3b13e62

Please sign in to comment.