diff options
author | Frank Schmirler <vdr@schmirler.de> | 2011-02-16 08:57:05 +0100 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2011-02-16 08:57:05 +0100 |
commit | a4fb6e83172c5cbbc93cbfeaf0e8b280594835d0 (patch) | |
tree | f58cd97b26b4b8a01cf7567c2d55b9ec63a2f599 /client/setup.h | |
parent | fcbd0fe2832ef016c01b6356881bbedf0bb6d595 (diff) | |
download | vdr-plugin-streamdev-a4fb6e83172c5cbbc93cbfeaf0e8b280594835d0.tar.gz vdr-plugin-streamdev-a4fb6e83172c5cbbc93cbfeaf0e8b280594835d0.tar.bz2 |
return value of streamdev-clients cDevice::NumProvidedSystems() now
configurable in plugin setup (fixes #552)
Diffstat (limited to 'client/setup.h')
-rw-r--r-- | client/setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/setup.h b/client/setup.h index 6049967..ba2b9d0 100644 --- a/client/setup.h +++ b/client/setup.h @@ -19,6 +19,9 @@ struct cStreamdevClientSetup { int HideMenuEntry; int MinPriority; int MaxPriority; +#if APIVERSNUM >= 10700 + int NumProvidedSystems; +#endif }; extern cStreamdevClientSetup StreamdevClientSetup; |