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 391fcb2 commit aab73d3Copy full SHA for aab73d3
src/Utils.cpp
@@ -481,7 +481,7 @@ void Utils::popualteSongToSongDataMap() {
481
#ifndef GEODE_IS_WINDOWS
482
const std::filesystem::path& theirPath = Utils::toProblematicString(song);
483
#else
484
- const std::filesystem::path& theirPath = Utils::toProblematicString(std::string(song));
+ const std::filesystem::path& theirPath = std::filesystem::path{};
485
#endif
486
487
std::uintmax_t fileSize = std::filesystem::file_size(theirPath, ec);
0 commit comments