diff --git a/screenless/bureau/audio/audio.py b/screenless/bureau/audio/audio.py index becda39..904802f 100644 --- a/screenless/bureau/audio/audio.py +++ b/screenless/bureau/audio/audio.py @@ -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):