summaryrefslogtreecommitdiff
path: root/epgdconfig.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-16 19:28:49 +0100
committerhorchi <vdr@jwendel.de>2017-03-16 19:28:49 +0100
commit9065c5cfb63a92a08c44fe249b53b6a8cb003eab (patch)
tree465dced84c2491e70ff6702267c85c5a8d488b97 /epgdconfig.h
parent829792b9eab3f9803e6d072ffa9a8a27675c112c (diff)
downloadvdr-epg-daemon-9065c5cfb63a92a08c44fe249b53b6a8cb003eab.tar.gz
vdr-epg-daemon-9065c5cfb63a92a08c44fe249b53b6a8cb003eab.tar.bz2
2017-03-16: version 1.1.110 (horchi)\n - added: Congig option for MovieDb api-key\n\n1.1.110
Diffstat (limited to 'epgdconfig.h')
-rw-r--r--epgdconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epgdconfig.h b/epgdconfig.h
index 0335ce7..77166b8 100644
--- a/epgdconfig.h
+++ b/epgdconfig.h
@@ -51,7 +51,7 @@ struct cEpgdConfig : public cEpgConfig
char proxy[256+TB];
char proxyuser[100+TB];
char proxypwd[100+TB];
-
+ char scrapMovieDbApiKey[100+TB];
int scrapEpg;
int scrapRecordings;
};