From 5b947736408aec7d53b307052a798919ed0c2765 Mon Sep 17 00:00:00 2001 From: elnexreal <40328573+elnexreal@users.noreply.github.com> Date: Tue, 9 Jul 2024 06:11:33 -0300 Subject: [PATCH] not important --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 6568827..6f1914a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -175,7 +175,7 @@ struct OptionsLayerHook : Modify { for (auto song : songs) { std::string songPath = downloadManager->pathForSong(song->m_songID); - if (songPath.ends_with("mp3")) { + if (songPath.ends_with(".mp3")) { log::debug("Adding NG song: {}", downloadManager->pathForSong(song->m_songID)); songManager.addSong(downloadManager->pathForSong(song->m_songID)); }