Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #275 from badcel/fix-dbus-interface
Browse files Browse the repository at this point in the history
Fix MediaServer2PlaylistsIFace
  • Loading branch information
eonpatapon committed Oct 10, 2016
2 parents 17091ac + f4ce002 commit e2cc6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbus.js
Expand Up @@ -100,7 +100,7 @@ const MediaServer2PlaylistsIface = '<node>\
<arg type="u" direction="in" />\
<arg type="s" direction="in" />\
<arg type="b" direction="in" />\
<arg type="a{oss}" direction="out" />\
<arg type="a(oss)" direction="out" />\
</method>\
<property name="PlaylistCount" type="u" access="read" />\
<property name="Orderings" type="as" access="read" />\
Expand Down

0 comments on commit e2cc6d4

Please sign in to comment.