config: do not make volume suppression when navigator stream is present 38/10538/1
authorJanos Kovacs <jankovac503@gmail.com>
Thu, 3 Oct 2013 15:44:52 +0000 (18:44 +0300)
committerJaska Uimonen <jaska.uimonen@helsinki.fi>
Thu, 3 Oct 2013 15:44:52 +0000 (18:44 +0300)
Change-Id: Ia0dc5a24b07a3bd03595fcbf5bf3cc88d8d3c093

murphy/murphy-ivi.lua

index 9a42b9a..e156871 100644 (file)
@@ -180,7 +180,7 @@ volume_limit {
     name = "suppress",
     type = volume_limit.class,
     limit = -20;
-    node_type = { node.phone, node.navigator },
+    node_type = { node.phone },
     calculate = builtin.method.volume_supress
 }