blob: 84f3b206138421d33a15ab545b85e4ccbded835b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Bugs
====
Report bugs to: PromyLOPh@gmail.com
Already found
-------------
- Sometimes songs are not played completely (skipped in the middle);
curl returns CURLE_PARTIAL_FILE (file larger/smller than expected): Could be
a server issue and solved by requesting the missing parts of the file
via HTTP partial request (content-range)
|