comparison include/core/config.h @ 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
comparison
equal deleted inserted replaced
227:c4f03f83b252 228:d030b30526d5
33 bool display_available_episodes; 33 bool display_available_episodes;
34 bool highlight_anime_if_available; 34 bool highlight_anime_if_available;
35 bool highlighted_anime_above_others; 35 bool highlighted_anime_above_others;
36 } anime_list; 36 } anime_list;
37 37
38 /* these should preferably be in an
39 "auth" struct... */
40 struct { 38 struct {
41 struct { 39 struct {
42 std::string auth_token; 40 std::string auth_token;
43 std::string username;
44 int user_id; 41 int user_id;
45 } anilist; 42 } anilist;
46 } auth; 43 } auth;
47 44
48 struct { 45 struct {