mirror of
https://github.com/chriszero/epgd-plugin-tvsp.git
synced 2025-12-27 07:31:15 +01:00
Added version number
This commit is contained in:
3
tvsp.h
3
tvsp.h
@@ -23,6 +23,8 @@
|
||||
#include "../../lib/common.h"
|
||||
#include "../../lib/curl.h"
|
||||
|
||||
#define TVSP_VERSION "0.0.2"
|
||||
|
||||
class Tvsp : public Plugin {
|
||||
private:
|
||||
static xsltStylesheetPtr pxsltStylesheet;
|
||||
@@ -61,6 +63,7 @@ private:
|
||||
const char* userAgent() { return "User-Agent: 4.2 (Nexus 10; Android 6.0.1; de_DE)"; }
|
||||
|
||||
public:
|
||||
|
||||
Tvsp();
|
||||
|
||||
~Tvsp();
|
||||
|
||||
Reference in New Issue
Block a user