tsani / apollo

HTTP MPD integration for Labcoders Radio
MIT License
4 stars 0 forks source link

List of created files is returned to the client #3

Closed tsani closed 7 years ago

tsani commented 7 years ago

Currently, a trivial value [] is returned after a POST to /download. Instead, we should return the list of paths created by the download. Thereafter, the client could send a request to append those paths to the current playlist.

tsani commented 7 years ago

HEAD now implements this.