Skip to content

Commit f63e0a1

Browse files
committed
should probably use this instead since its not always the same relative path (cough cough ios)
1 parent 78cbfc5 commit f63e0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/MusicDownloadManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ class $modify(GDPSMDL, MusicDownloadManager) {
2828

2929
std::string getGDPSPath(const std::filesystem::path& orig) {
3030
auto server = GDPSMain::get()->m_servers[GDPSMain::get()->m_currentServer];
31-
return string::pathToString(orig / "gdpses" / server.saveDir / "");
31+
return string::pathToString(dirs::getSaveDir() / "gdpses" / server.saveDir / "");
3232
}
3333
};

0 commit comments

Comments
 (0)