Mercurial > libervia-backend
diff src/bridge/bridge_constructor/dbus_frontend_template.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/src/bridge/bridge_constructor/dbus_frontend_template.py Mon Jan 23 00:13:37 2012 +0100 +++ b/src/bridge/bridge_constructor/dbus_frontend_template.py Mon Jan 23 00:14:33 2012 +0100 @@ -104,6 +104,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)