diff --git a/platypush/plugins/music/snapcast.py b/platypush/plugins/music/snapcast.py index 98a337a1f..6c368bf67 100644 --- a/platypush/plugins/music/snapcast.py +++ b/platypush/plugins/music/snapcast.py @@ -545,12 +545,12 @@ class MusicSnapcastPlugin(Plugin): return hosts @action - def get_playing_streams(self, exclude_local=True): + def get_playing_streams(self, exclude_local=False): """ Returns the remote streams configured in the `music.snapcast` backend that are currently active and unmuted. - :param exclude_local: Exclude localhost connections (default: true) + :param exclude_local: Exclude localhost connections (default: False) :type exclude_local: bool :returns: dict with the host->port mapping. Example::