summaryrefslogtreecommitdiff
path: root/test/simple-player
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-10-29 16:41:47 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-10-31 10:38:42 +0200
commit135e87f58fa0ad38bd915946cb528dc74b788665 (patch)
treeab42a0e1c07b37c599f984707f54c25990989a3c /test/simple-player
parent46dd23124853d881633bb220da2992608bbfbbce (diff)
downloadbluez-135e87f58fa0ad38bd915946cb528dc74b788665.tar.gz
test: Fix using Number instead of Track in simple-player
Diffstat (limited to 'test/simple-player')
-rwxr-xr-xtest/simple-player2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple-player b/test/simple-player
index 70701da66..f8751d69f 100755
--- a/test/simple-player
+++ b/test/simple-player
@@ -111,7 +111,7 @@ if __name__ == '__main__':
"Album" : "Album",
"Genre" : "Genre",
"NumberOfTracks" : dbus.UInt32(10),
- "Number" : dbus.UInt32(1),
+ "Track" : dbus.UInt32(1),
"Duration" : dbus.UInt32(10000) }, signature="sv")
print('Register media player with:\n\tProperties: %s\n\tMetadata: %s' \