Skip to content

Commit b707172

Browse files
committed
ugh
1 parent cd2dc94 commit b707172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EditorPauseLayer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class $modify(MenuLoopEPLHook, EditorPauseLayer) {
1818
Utils::removeCardRemotely();
1919

2020
if (Utils::getBool("playlistMode")) {
21-
Utils::playlistModePLAndEPL();
22-
Utils::playlistModeNewSong();
21+
Utils::constantShuffleModePLAndEPL();
22+
Utils::constantShuffleModeNewSong();
2323
}
2424
}
2525
#else

0 commit comments

Comments
 (0)