Skip to content

Commit

Permalink
Fix link formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Dec 8, 2020
1 parent 4b39fa7 commit 9ca33e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FAQs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
UAMP reads its [music catalog](https://storage.googleapis.com/uamp/catalog.json) from a server.
This contains a list of songs and their metadata in JSON format. To change the music you can create your own
music catalog file, host it on a server and update the catalog URL in
`[MusicService](https://github.com/android/uamp/blob/6c3ff3779d02f55661c5b9d6032cfac507a8415e/common/src/main/java/com/example/android/uamp/media/MusicService.kt#L127)`.
[`MusicService`](https://github.com/android/uamp/blob/6c3ff3779d02f55661c5b9d6032cfac507a8415e/common/src/main/java/com/example/android/uamp/media/MusicService.kt#L127).

Alternatively, you could package your own music catalog and songs inside the app so they can be played without needing an internet connection.

0 comments on commit 9ca33e9

Please sign in to comment.