From 9065c5cfb63a92a08c44fe249b53b6a8cb003eab Mon Sep 17 00:00:00 2001 From: horchi Date: Thu, 16 Mar 2017 19:28:49 +0100 Subject: 2017-03-16: version 1.1.110 (horchi)\n - added: Congig option for MovieDb api-key\n\n --- epgdconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epgdconfig.h') 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; }; -- cgit v1.2.3