1
1
Fork 1

Remove references to MAL syncing, resolves #4

Dieser Commit ist enthalten in:
Timothy Warren 2018-08-09 11:16:44 -04:00
Ursprung 6e58844286
Commit 3d51a81347
3 geänderte Dateien mit 0 neuen und 13 gelöschten Zeilen

Datei anzeigen

@ -50,10 +50,6 @@ Update your anime/manga list on Kitsu.io and MyAnimeList.net
* public/images/manga
5. Make sure the `console` script is executable
### Using MAL API
1. Update `app/config/mal.toml` with your username and password
2. Enable MAL api in `app/config/config.toml`
### Server Setup
See the [wiki](https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient/wiki)

Datei anzeigen

@ -11,8 +11,5 @@ whose_list = "Tim"
# do you wish to show the anime collection?
show_anime_collection = true
# do you have a My Anime List account set up in mal.toml?
use_mal_api = false
# path to public directory on the server
asset_dir = "/../../public"

Datei anzeigen

@ -1,6 +0,0 @@
################################################################################
# My Anime LIst Integration Config #
################################################################################
username = "timw4mail"
password = "mysecretpassword"