We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d23bd commit 7782050Copy full SHA for 7782050
src/SongControl.cpp
@@ -186,9 +186,8 @@ namespace SongControl {
186
geode::NotificationIcon::Error, 5.f
187
)->show();
188
}
189
- }
190
-
191
- songManager.resetTowerRepeatCount();
+ songManager.resetTowerRepeatCount();
+ } else songManager.resetTowerRepeatCount();
192
193
const std::filesystem::path playlistFilePath = geode::Mod::get()->getSettingValue<std::filesystem::path>("playlistFile");
194
if (playlistFilePath.string().empty() || playlistFilePath.extension() != ".txt" || !Utils::notFavoritesNorBlacklist(playlistFilePath)) {
0 commit comments