diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | scraper2vdr.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -25,3 +25,7 @@ Version 0.1.2 - added path detection for libmysql - fixed epgd state detection - added cppcheck to Makefile + +Version 0.1.3 +- fixed a bug that series meta data is not loaded completely +- fixed crash during shutdown of plugin diff --git a/scraper2vdr.h b/scraper2vdr.h index ce9cc42..ee76178 100644 --- a/scraper2vdr.h +++ b/scraper2vdr.h @@ -13,7 +13,7 @@ //*************************************************************************** // Constants //*************************************************************************** -static const char *VERSION = "0.1.2"; +static const char *VERSION = "0.1.3"; static const char *DESCRIPTION = "'scraper2vdr' plugin"; static const char *MAINMENUENTRY = "Scraper2Vdr"; |