mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-14 13:35:10 +00:00
Receive adaptive anc notifications
This commit is contained in:
@@ -21,7 +21,7 @@ class initL2CAP():
|
||||
subprocess.call(("playerctl", "play", "--ignore-player", "OnePlus_7"))
|
||||
|
||||
def getMusicStatus(self):
|
||||
return subprocess.check_output(("playerctl", "status", "--ignore-player", "OnePlus_7")).decode("utf-8").strip()
|
||||
return subprocess.getoutput("playerctl status --ignore-player OnePlus_7").strip()
|
||||
|
||||
# Change to MAC address of your AirPods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user