Skip to content

Commit 7782050

Browse files
committed
i totally know what im doing here lol
1 parent 40d23bd commit 7782050

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/SongControl.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,8 @@ namespace SongControl {
186186
geode::NotificationIcon::Error, 5.f
187187
)->show();
188188
}
189-
}
190-
191-
songManager.resetTowerRepeatCount();
189+
songManager.resetTowerRepeatCount();
190+
} else songManager.resetTowerRepeatCount();
192191

193192
const std::filesystem::path playlistFilePath = geode::Mod::get()->getSettingValue<std::filesystem::path>("playlistFile");
194193
if (playlistFilePath.string().empty() || playlistFilePath.extension() != ".txt" || !Utils::notFavoritesNorBlacklist(playlistFilePath)) {

0 commit comments

Comments
 (0)