~aleteoryx/lfm_embed

f6cae9645df992ce80faea944369bc196aec3025 — alyx 1 year, 1 month ago 4bec667
Fix bullet points
1 files changed, 2 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +2 -0
@@ 25,7 25,9 @@ Your last.fm API key. You'll need to create one [here](https://www.last.fm/api/a

### `LFME_WHITELIST_MODE` (Default: `"open"`)
The following(case-insensitive) values are supported:

- `open`: Allow requests for all users.

- `exclusive`: Only allow requests for users in `LFME_WHITELIST`, returning HTTP 403 for all others. `LFME_WHITELIST` _must_ be set if this mode is enabled.

If the user requested has their listen history private, a 403 will be returned.