summaryrefslogtreecommitdiff
path: root/worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'worker.c')
-rw-r--r--worker.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/worker.c b/worker.c
index e354730..38f1ccd 100644
--- a/worker.c
+++ b/worker.c
@@ -155,6 +155,8 @@ void cTVScraperWorker::ScrapEPG(void) {
void cTVScraperWorker::ScrapRecordings(void) {
db->ClearRecordings();
for (cRecording *rec = Recordings.First(); rec; rec = Recordings.Next(rec)) {
+ if (overrides->IgnorePath(rec->FileName()))
+ continue;
const cRecordingInfo *recInfo = rec->Info();
const cEvent *recEvent = recInfo->GetEvent();
if (recEvent) {