diff --git a/screenless/bureau/audio/audio.py b/screenless/bureau/audio/audio.py index eccf088..3cead8f 100644 --- a/screenless/bureau/audio/audio.py +++ b/screenless/bureau/audio/audio.py @@ -93,7 +93,6 @@ class Audio(Bureau): """ Prints the currently playing song or stream on the small printer. """ - media = self.player.get_media_player().get_media() out = "Now Playing: " out += self.player.title + "\n" if self.player.artist != "":