From 5bbd4374d11d03ceca85c5b54691a80a4f897c47 Mon Sep 17 00:00:00 2001 From: TomJoad Date: Fri, 26 May 2017 13:45:37 +0200 Subject: Fixes for MyEditTimer and other small changes. --- menu_whatson.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menu_whatson.c') diff --git a/menu_whatson.c b/menu_whatson.c index 253251d..442c944 100644 --- a/menu_whatson.c +++ b/menu_whatson.c @@ -625,7 +625,7 @@ eOSState cMenuWhatsOnSearch::Record(void) fullaux = UpdateAuxValue(fullaux, "pin-plugin", aux); #endif SetAux(timer, fullaux); - if (*Setup.SVDRPDefaultHost) + if (Setup.SVDRPPeering && *Setup.SVDRPDefaultHost) timer->SetRemote(Setup.SVDRPDefaultHost); Timers->Add(timer); if (!HandleRemoteTimerModifications(timer)) { -- cgit v1.2.3