at least tell the user that you're working on it

workspace
Brendan Howell 4 years ago
parent ccb71119cc
commit f0ec073f08

@ -59,7 +59,7 @@ class Audio(Bureau):
"""
#subprocess.call(["mocp", "-f"])
# TODO
pass
self.print_small("SORRY! playlist->next is not yet implemented.")
@add_command("prev", "Play the previous song.")
def play_prev(self):
@ -68,7 +68,7 @@ class Audio(Bureau):
"""
#subprocess.call(["mocp", "-r"])
# TODO
pass
self.print_small("SORRY! playlist->prev is not yet implemented.")
@add_command("nowp", "Now Playing")
def now_playing(self):

Loading…
Cancel
Save