Skip to content

Commit

Permalink
docs: fix JSON web API example
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Mar 20, 2024
1 parent 8c96906 commit bd1ab66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ A JSON response body looks as follows:
```json
{
"directories": [{"name":"some-dir"}],
"files": [{"name":"afrobeat", "url":"afrobeat.m3u"}],
"files": [{"name":"afrobeat", "path":"afrobeat.m3u"}],
}
```

Expand Down

0 comments on commit bd1ab66

Please sign in to comment.