summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUGS6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index a9a4a53..84f3b20 100644
--- a/BUGS
+++ b/BUGS
@@ -6,5 +6,7 @@ Report bugs to: PromyLOPh@gmail.com
Already found
-------------
-- Sometimes songs are not played completely (skipped in the middle); reason
- currently unknown
+- 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)