Notify when starting radio
This commit is contained in:
@ -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: ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user