Skip to content

Commit 39a6950

Browse files
committed
[ci skip] Updated READMEs
1 parent 12b90b9 commit 39a6950

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# API
22
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/xyz.gianlu.librespot/librespot-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/xyz.gianlu.librespot/librespot-api)
33

4-
This module depends on `librespot-core` and provides an API to interact with the Spotify client.
4+
This module depends on `librespot-player` and, in addition, provides an API to interact with the Spotify client.
55

66
## Available endpoints
77
All the endpoints will respond with `200` if successful or:

lib/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Library
22
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/xyz.gianlu.librespot/librespot-lib/badge.svg)](https://maven-badges.herokuapp.com/maven-central/xyz.gianlu.librespot/librespot-lib)
33

4-
54
This module contains all the necessary components to interact with the Spotify infrastructure, but doesn't require configuration files or additional system resources.
65

76
## Getting started

player/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ On some systems, many mixers could be installed making librespot-java playback o
8282
1) In your configuration file (`config.toml` by default), under the `player` section, make sure `logAvailableMixers` is set to `true` and restart the application
8383
2) Connect to the client and start playing something
8484
3) Along with the previous exception there'll be a log message saying "Available mixers: ..."
85-
4) Pick the right mixer and copy its name inside the `mixerSearchKeywords` option. If you need to specify more search keywords, you can separate them with a semicolon
85+
4) Pick the right mixer and copy its name inside the `mixerSearchKeywords` option. If you need to specify more search keywords, you can separate them with a semicolon.
8686
5) Restart and enjoy
8787

8888
> **Linux note:** librespot-java will not be able to detect the mixers available on the system if you are running headless OpenJDK. You'll need to install a headful version of OpenJDK (usually doesn't end with `-headless`).

0 commit comments

Comments
 (0)