diff frontends/src/bridge/DBus.py @ 455:72522263cbc9

plugin RadioCol: basic functionnality working approximately
author Goffi <goffi@goffi.org>
date Mon, 23 Jan 2012 00:14:33 +0100
parents afe9cfd2ddbb
children cf005701624b
line wrap: on
line diff
--- a/frontends/src/bridge/DBus.py	Mon Jan 23 00:13:37 2012 +0100
+++ b/frontends/src/bridge/DBus.py	Mon Jan 23 00:14:33 2012 +0100
@@ -211,6 +211,9 @@
     def radiocolCreate(self, room_jid, profile_key):
         return self.db_plugin_iface.radiocolCreate(room_jid, profile_key)
 
+    def radiocolSongAdded(self, room_jid, song_path, profile):
+        return self.db_plugin_iface.radiocolSongAdded(room_jid, song_path, profile)
+
     def sendFile(self, to, path, data, profile_key):
         return self.db_plugin_iface.sendFile(to, path, data, profile_key)