Notify when starting radio

This commit is contained in:
James Barnsley
2017-01-05 13:51:24 +13:00
parent c33c98085f
commit 7e2547cea7

View File

@ -176,7 +176,7 @@ const PusherMiddleware = (function(){
type: 'notification', type: 'notification',
data: { data: {
title: 'Radio started', title: 'Radio started',
body: ' started radio mode', body: store.getState().pusher.username +' started radio mode',
icon: '' icon: ''
} }
} }
@ -213,7 +213,7 @@ const PusherMiddleware = (function(){
type: 'notification', type: 'notification',
data: { data: {
title: 'Radio stopped', title: 'Radio stopped',
body: ' stopped radio mode', body: store.getState().pusher.username +' stopped radio mode',
icon: '' icon: ''
} }
} }