diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | tvscraper.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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"; |