From db1cd1a028511a0df3a12025a61850018fe2d974 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 25 Aug 2013 12:24:11 +0200 Subject: Version 0.0.3 --- HISTORY | 1 + tvscraper.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"; -- cgit v1.2.3