diff src/core/config.cc @ 228:d030b30526d5

config: remove unused username parameter from anilist auth
author Paper <mrpapersonic@gmail.com>
date Tue, 09 Jan 2024 08:05:36 -0500
parents f784b5b1914c
children c130f47f6f48
line wrap: on
line diff
--- a/src/core/config.cc	Mon Jan 08 21:30:18 2024 -0500
+++ b/src/core/config.cc	Tue Jan 09 08:05:36 2024 -0500
@@ -33,7 +33,7 @@
 int Config::Load() {
 	std::filesystem::path cfg_path = Filesystem::GetConfigPath();
 
-	mINI::INIFile file(cfg_path.string());
+	mINI::INIFile file(cfg_path.u8string());
 	mINI::INIStructure ini;
 	file.read(ini);