mirror of
https://projects.vdr-developer.org/git/vdr-plugin-scraper2vdr.git
synced 2023-10-19 17:58:31 +02:00
Version 0.1.6 removed outdated db field
This commit is contained in:
parent
f2167b1467
commit
02013accff
5
HISTORY
5
HISTORY
@ -34,5 +34,8 @@ Version 0.1.3
|
|||||||
Version 0.1.4
|
Version 0.1.4
|
||||||
- added ScraperGetPosterBannerV2 Service
|
- added ScraperGetPosterBannerV2 Service
|
||||||
|
|
||||||
Versionn 0.1.5
|
Version 0.1.5
|
||||||
- introduced new DB API
|
- introduced new DB API
|
||||||
|
|
||||||
|
Versionn 0.1.6
|
||||||
|
- removed outdated field
|
||||||
|
@ -105,7 +105,7 @@ cDbService::FieldDef cTableEvents::fields[] =
|
|||||||
{ "topic", ffAscii, 500, fiTopic, ftData },
|
{ "topic", ffAscii, 500, fiTopic, ftData },
|
||||||
{ "year", ffAscii, 10, fiYear, ftData },
|
{ "year", ffAscii, 10, fiYear, ftData },
|
||||||
{ "rating", ffAscii, 250, fiRating, ftData },
|
{ "rating", ffAscii, 250, fiRating, ftData },
|
||||||
{ "fsk", ffAscii, 2, fiFsk, ftData },
|
// { "fsk", ffAscii, 2, fiFsk, ftData },
|
||||||
{ "movieid", ffAscii, 20, fiMovieid, ftData },
|
{ "movieid", ffAscii, 20, fiMovieid, ftData },
|
||||||
{ "moderator", ffAscii, 250, fiModerator, ftData },
|
{ "moderator", ffAscii, 250, fiModerator, ftData },
|
||||||
{ "other", ffText, 2000, fiOther, ftData },
|
{ "other", ffText, 2000, fiOther, ftData },
|
||||||
|
@ -241,7 +241,7 @@ class cTableEvents : public cDbTable
|
|||||||
fiTopic,
|
fiTopic,
|
||||||
fiYear,
|
fiYear,
|
||||||
fiRating,
|
fiRating,
|
||||||
fiFsk,
|
// fiFsk,
|
||||||
fiMovieid,
|
fiMovieid,
|
||||||
fiModerator,
|
fiModerator,
|
||||||
fiOther,
|
fiOther,
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
// Constants
|
// Constants
|
||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
static const char *VERSION = "0.1.5";
|
static const char *VERSION = "0.1.6";
|
||||||
static const char *DESCRIPTION = "'scraper2vdr' plugin";
|
static const char *DESCRIPTION = "'scraper2vdr' plugin";
|
||||||
static const char *MAINMENUENTRY = "Scraper2Vdr";
|
static const char *MAINMENUENTRY = "Scraper2Vdr";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user