From 69ff65ccb3ef8461b570734f4becdc480976ba84 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Thu, 7 Oct 2021 21:54:32 +0200 Subject: [PATCH] update audio dept. to use built in metadata from gstreamer-player --- screenless/bureau/audio/audio.py | 1 - 1 file changed, 1 deletion(-) 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 != "":