From 2d88ddf4e0fb59380794c1530b4826611bf5b810 Mon Sep 17 00:00:00 2001 Message-Id: <2d88ddf4e0fb59380794c1530b4826611bf5b810.1719034075.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 22 Nov 2009 23:19:40 +0000 Subject: [PATCH] note playlist-get error response Organization: Straylight/Edgeware From: Richard Kettlewell --- doc/disorder_protocol.5.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/disorder_protocol.5.in b/doc/disorder_protocol.5.in index 6bc9c47..6a25e1a 100644 --- a/doc/disorder_protocol.5.in +++ b/doc/disorder_protocol.5.in @@ -232,6 +232,7 @@ Requires permission to modify that playlist and the \fBplay\fR right. .B playlist-get \fIPLAYLIST\fR Get the contents of a playlist, in a response body. Requires permission to read that playlist and the \fBread\fR right. +If the playlist does not exist the response is 555. .TP .B playlist-get-share \fIPLAYLIST\fR Get the sharing status of a playlist. -- [mdw]