From 3ab7a58d03434572c998c6374edf76607be8c373 Mon Sep 17 00:00:00 2001 From: enkore Date: Sun, 22 May 2016 22:18:29 +0200 Subject: [PATCH] spotify: pass player_name=spotify to playerctl --- i3pystatus/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/spotify.py b/i3pystatus/spotify.py index 54e92c3..c12bc36 100644 --- a/i3pystatus/spotify.py +++ b/i3pystatus/spotify.py @@ -75,7 +75,7 @@ class Spotify(IntervalModule): # tries to create player object and get data from player try: - self.player = Playerctl.Player() + self.player = Playerctl.Player(player_name="spotify") response = self.get_info(self.player)