From f608475380d75c8cfedd776be17f25a82e9fe9a3 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 20 Jul 2024 22:22:46 +0200 Subject: [PATCH] Fix outdated method name in `sound` plugin docs. --- platypush/plugins/sound/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/plugins/sound/__init__.py b/platypush/plugins/sound/__init__.py index 8ead17a971..efd6e32e08 100644 --- a/platypush/plugins/sound/__init__.py +++ b/platypush/plugins/sound/__init__.py @@ -39,10 +39,10 @@ class SoundPlugin(RunnablePlugin): ): """ :param input_device: Index or name of the default input device. Use - :meth:`.query_devices` to get the available devices. Default: system + :meth:`.status` to get the available devices. Default: system default :param output_device: Index or name of the default output device. - Use :meth:`.query_devices` to get the available devices. Default: + Use :meth:`.status` to get the available devices. Default: system default :param input_blocksize: Blocksize to be applied to the input device. Try to increase this value if you get input overflow errors while