From abe80db47e4759f26d3d513cc1e5859a4df4d60d Mon Sep 17 00:00:00 2001
From: Fabio Manganiello <blacklight86@gmail.com>
Date: Thu, 10 Jan 2019 17:25:25 +0100
Subject: [PATCH] Changed default for exclude_local from True to False

---
 platypush/plugins/music/snapcast.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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::