From e25961959356225a90bbeb168194f443958b77f5 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 3 Jul 2016 23:57:59 +0200 Subject: [PATCH] Google Registration+ device info --- Yavsc/Controllers/CommandController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yavsc/Controllers/CommandController.cs b/Yavsc/Controllers/CommandController.cs index 0da5d76a..e14801ac 100644 --- a/Yavsc/Controllers/CommandController.cs +++ b/Yavsc/Controllers/CommandController.cs @@ -150,7 +150,7 @@ namespace Yavsc.Controllers { if (pro.Performer.Devices.Count > 0) grep = await _GCMSender.NotifyAsync(_googleSettings, - command.PerformerProfile.Performer.Devices.Select(d => d.RegistrationId), + command.PerformerProfile.Performer.Devices.Select(d => d.GCMRegistrationId), yaev ); // TODO setup a profile choice to allow notifications