You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SongControl.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ namespace SongControl {
160
160
if (songManager.isOriginalMenuLoop()) returnSongControl::woahThereBuddy("There's nothing to add to your playlist! Double-check your config folder again.");
161
161
if (songManager.isOverride()) returnSongControl::woahThereBuddy("You're trying to add your own <cy>override</c> to your playlist. Double-check your settings again.");
162
162
163
-
if (geode::Mod::get()->getSettingValue<bool>("loadPlaylistFile") && !songManager.getPlaylistIsEmpty()) {
163
+
if (Utils::getBool("loadPlaylistFile") && !songManager.getPlaylistIsEmpty()) {
if (geode::Mod::get()->getSettingValue<bool>("loadPlaylistFile")) returngeode::log::info("tried adding current song to a playlist file. BOOOOOOOOOOOOO");
0 commit comments