Upgrade bluez5_37 :Merge the code from private
[platform/upstream/bluez.git] / test / simple-player
old mode 100755 (executable)
new mode 100644 (file)
index a8ae0b1..02754c2
@@ -43,6 +43,7 @@ class Player(dbus.service.Object):
 
                        self.properties = dbus.Dictionary({
                                        "PlaybackStatus" : "playing",
+                                       "Identity" : "SimplePlayer",
                                        "LoopStatus" : "None",
                                        "Rate" : dbus.Double(1.0),
                                        "Shuffle" : dbus.Boolean(False),