From 12674dba8914f44fe7b7aa5e0e16bef6ecbc1913 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 13 Jul 2023 13:17:45 -0400 Subject: [PATCH] Update 'anilist' --- anilist.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anilist.md b/anilist.md index 5552bba..e376e4e 100644 --- a/anilist.md +++ b/anilist.md @@ -11,7 +11,10 @@ - [ ] Save the Application ### 3. Add the required config items to enable the Anilist API Integration form on the Settings page. - [ ] Copy the `anilist.toml.example` file under `[path/to/Hummingbird/install]/app/config` to `anilist.toml` -- [ ] Copy the Client Id and Client secret from the Anilist application to the new `anilist.toml` file +- [ ] Copy the config values from the Anilist application to the new `anilist.toml` file. + * Client Id to `client_id` + * Client Secret `client_secret` + * Username to `username` - [ ] Make sure to save the changes to this new config file ### 4. Link your new Anilist API Client on the `Anilist API Integration` tab of the Settings page. - [ ] Input your username into the `username` field of the `Anilist API Integration` tab of the Settings page.