Mercurial > minori
diff src/core/config.cc @ 286:53e3c015a973
anime: initial cross-service support
currently the Kitsu and MAL services don't work when chosen in the
GUI. This is because they haven't been implemented yet :)
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 08 May 2024 16:44:27 -0400 |
parents | ec0a2b5493f8 |
children | b1f4d1867ab1 |
line wrap: on
line diff
--- a/src/core/config.cc Wed May 08 16:43:32 2024 -0400 +++ b/src/core/config.cc Wed May 08 16:44:27 2024 -0400 @@ -133,7 +133,7 @@ ini["Anime List"]["Display highlighted anime above others"] = Strings::ToUtf8String(anime_list.highlighted_anime_above_others); ini["Authentication/AniList"]["Auth Token"] = auth.anilist.auth_token; - ini["Authentication/AniList"]["User ID"] = auth.anilist.user_id; + ini["Authentication/AniList"]["User ID"] = Strings::ToUtf8String(auth.anilist.user_id); ini["Appearance"]["Theme"] = Translate::ToString(theme.GetTheme());