From f0ec073f08c73345ebd737ccc23aa8a4ae27f1b7 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Sat, 28 Nov 2020 22:11:18 +0100 Subject: [PATCH] at least tell the user that you're working on it --- screenless/bureau/audio/audio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):