From df8b80e95275b61e3d9a73a182ca6e5e19d01315 Mon Sep 17 00:00:00 2001 From: Rohan Shah <57906961+rshah713@users.noreply.github.com> Date: Fri, 15 Jul 2022 23:42:34 -0400 Subject: [PATCH 1/2] Fix supported platforms for audio --- plyer/facades/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plyer/facades/audio.py b/plyer/facades/audio.py index 94af3404f..ade411c6a 100644 --- a/plyer/facades/audio.py +++ b/plyer/facades/audio.py @@ -41,7 +41,7 @@ Supported Platforms ------------------- -Android +Android, Windows, OS X ''' From 435e3b82a48628fdfe08c80e601eae268ac15f0c Mon Sep 17 00:00:00 2001 From: Rohan Shah <57906961+rshah713@users.noreply.github.com> Date: Sat, 16 Jul 2022 09:27:20 -0400 Subject: [PATCH 2/2] Minor fix to OS name Co-authored-by: Mirko Galimberti --- plyer/facades/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plyer/facades/audio.py b/plyer/facades/audio.py index ade411c6a..c5e1db5f0 100644 --- a/plyer/facades/audio.py +++ b/plyer/facades/audio.py @@ -41,7 +41,7 @@ Supported Platforms ------------------- -Android, Windows, OS X +Android, Windows, macOS '''