summaryrefslogtreecommitdiff
path: root/thetvdbscraper/thetvdbscraper.h
diff options
context:
space:
mode:
Diffstat (limited to 'thetvdbscraper/thetvdbscraper.h')
-rw-r--r--thetvdbscraper/thetvdbscraper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thetvdbscraper/thetvdbscraper.h b/thetvdbscraper/thetvdbscraper.h
index 2659bdc..2e45f75 100644
--- a/thetvdbscraper/thetvdbscraper.h
+++ b/thetvdbscraper/thetvdbscraper.h
@@ -12,6 +12,7 @@ private:
string baseDir;
string language;
cTVScraperDB *db;
+ map<string, int> cache;
cTVDBMirrors *mirrors;
cTVDBSeries *ReadSeries(string seriesName);
cTVDBSeriesMedia *ReadSeriesMedia(int seriesID);