summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Ryan <mark.d.ryan@intel.com>2013-03-20 15:49:46 +0100
committerMark Ryan <mark.d.ryan@intel.com>2013-03-20 16:13:22 +0100
commit1116bda291a07e48cfe5b7c35377ef18651cd6a7 (patch)
tree378c39ce0679144bcbaa193075f5952a84a6925e /doc
parentf52d3ba28f6b9adaf6eba8d8ef712e66d5590c13 (diff)
downloaddleyna-server-1116bda291a07e48cfe5b7c35377ef18651cd6a7.tar.gz
Fixed two errors in the d-Bus API.txt doc
- 'item' was missing as a value for the Type parameters. - The document incorrectly stated that dLeyna-server does not support the container ChildCount property. It's ItemCount we do not support. Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/dbus/API.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/server/dbus/API.txt b/doc/server/dbus/API.txt
index fad04b4..1545512 100644
--- a/doc/server/dbus/API.txt
+++ b/doc/server/dbus/API.txt
@@ -446,7 +446,7 @@ in MediaServer2Spec specification (3).
in case of Items:
'video.musicclip', 'video.broadcast'
'audio.broadcast', 'audio.book',
- 'playlist'
+ 'playlist', 'item'
and in case of Containers:
'album', 'album.music', 'album.photo'
'person', 'person.musicartist'
@@ -513,7 +513,7 @@ grouped into two categories: unsupported properties and new methods.
Unsupported Properties:
-----------------------
-The properties org.gnome.UPnP.MediaContainer2.ChildCount and
+The properties org.gnome.UPnP.MediaContainer2.ItemCount and
org.gnome.UPnP.MediaContainer2.ContainerCount are not implemented as
there is no way to efficiently implement these properties in
dleyna-server-service.