diff include/services/anilist.h @ 44:619cbd6e69f9

filesystem: fix CreateDirectories function
author Paper <mrpapersonic@gmail.com>
date Fri, 22 Sep 2023 13:52:11 -0400
parents 2743011a6042
children 3d2decf093bb
line wrap: on
line diff
--- a/include/services/anilist.h	Fri Sep 22 12:06:49 2023 -0400
+++ b/include/services/anilist.h	Fri Sep 22 13:52:11 2023 -0400
@@ -7,7 +7,7 @@
 
 namespace Services::AniList {
 
-int AuthorizeUser();
+bool AuthorizeUser();
 
 /* Read queries */
 int GetAnimeList();