Web controls updates

The web controls need to be updated to call the control functions in
libsaria.controls
This commit is contained in:
Bryan Schumaker 2010-11-25 22:36:01 -05:00
parent d74d294ea1
commit 6d9d3e0cb9
1 changed files with 5 additions and 3 deletions

View File

@ -3,9 +3,11 @@
import libsaria.audio
import libsaria.sources
play = libsaria.audio.play
pause = libsaria.audio.pause
stop = libsaria.audio.stop
controls = libsaria.controls
play = controls.play
pause = controls.pause
stop = controls.stop
next = libsaria.sources.plist_next