diff options
-rw-r--r-- | recording.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recording.c b/recording.c index 1dd7cbb..1dfc7bf 100644 --- a/recording.c +++ b/recording.c @@ -395,7 +395,7 @@ int cUpdate::updateRecordingTable(int fullReload) { eventId = recInfo->GetEvent()->EventID(); -#if (defined (APIVERSNUM) && (APIVERSNUM >= 20304)) || (WITH_AUX_PATCH) +#if (defined (APIVERSNUM) && (APIVERSNUM >= 20304)) if (channel) { cStateKey schedulesKey; |