summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-08-25 12:24:11 +0200
committerlouis <louis.braun@gmx.de>2013-08-25 12:24:11 +0200
commitdb1cd1a028511a0df3a12025a61850018fe2d974 (patch)
tree74b370e3b9f674b5503ba46ec50f3f24bcdb8169
parente364bce7d1e9b60d647d5fe8ee98e1c9c37317ef (diff)
downloadvdr-plugin-tvscraper-db1cd1a028511a0df3a12025a61850018fe2d974.tar.gz
vdr-plugin-tvscraper-db1cd1a028511a0df3a12025a61850018fe2d974.tar.bz2
Version 0.0.3
-rw-r--r--HISTORY1
-rw-r--r--tvscraper.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 9329650..2eded02 100644
--- a/HISTORY
+++ b/HISTORY
@@ -18,3 +18,4 @@ VDR Plugin 'tvscraper' Revision History
Version 0.0.3
- Implemented cache so that an already looked up
series or movie will not be looked up again
+- Removed quotation marks around search strings
diff --git a/tvscraper.c b/tvscraper.c
index ae6e43a..f3197ff 100644
--- a/tvscraper.c
+++ b/tvscraper.c
@@ -27,7 +27,7 @@ cTVScraperConfig config;
#include "imageserver.c"
#include "setup.c"
-static const char *VERSION = "0.0.2";
+static const char *VERSION = "0.0.3";
static const char *DESCRIPTION = "Scraping movie and series info";
static const char *MAINMENUENTRY = "TV Scraper";