Skip to content

Commit

Permalink
not important
Browse files Browse the repository at this point in the history
  • Loading branch information
pundang committed Jul 9, 2024
1 parent b62c6d0 commit 5b94773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ struct OptionsLayerHook : Modify<OptionsLayerHook, OptionsLayer> {
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));
}
Expand Down

0 comments on commit 5b94773

Please sign in to comment.