update audio dept. to use built in metadata from gstreamer-player

workspace
Brendan Howell 3 years ago
parent 60ae09ba42
commit 69ff65ccb3

@ -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 != "":

Loading…
Cancel
Save