summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-04-14 17:22:20 +0200
committerlouis <louis.braun@gmx.de>2014-04-14 17:22:20 +0200
commited8b63540d8fd23268da0e1ddfbad1b21265a6c3 (patch)
tree44e83ea6f0278e75fab66d0721a4b9177b7f6c1f
parent5bac4831ec2c58cc8c6d86fe7b1028e3ef8fac39 (diff)
downloadvdr-plugin-scraper2vdr-ed8b63540d8fd23268da0e1ddfbad1b21265a6c3.tar.gz
vdr-plugin-scraper2vdr-ed8b63540d8fd23268da0e1ddfbad1b21265a6c3.tar.bz2
Version 0.1.0
-rw-r--r--README1
-rw-r--r--scraper2vdr.h4
2 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 3a45460..4532929 100644
--- a/README
+++ b/README
@@ -150,7 +150,6 @@ For movies the format is
movie
id = <movie id from moviedb.org>
-episode = <episode id from tvdb.com>
Service Interface
-----------------
diff --git a/scraper2vdr.h b/scraper2vdr.h
index b955a59..874b8a0 100644
--- a/scraper2vdr.h
+++ b/scraper2vdr.h
@@ -13,7 +13,7 @@
//***************************************************************************
// Constants
//***************************************************************************
-static const char *VERSION = "0.0.1";
+static const char *VERSION = "0.1.0";
static const char *DESCRIPTION = "'scraper2vdr' plugin";
static const char *MAINMENUENTRY = "Scraper2Vdr";
@@ -54,4 +54,4 @@ public:
};
//***************************************************************************
-#endif // __SCRAPER2VDR_H \ No newline at end of file
+#endif // __SCRAPER2VDR_H