diff options
Diffstat (limited to 'livefeatures.h')
-rw-r--r-- | livefeatures.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/livefeatures.h b/livefeatures.h index 951630d..c7251d6 100644 --- a/livefeatures.h +++ b/livefeatures.h @@ -63,6 +63,11 @@ namespace features static const char* MinVersion() { return "0.9.23.beta10"; } }; + struct streamdev_server + { + static const char* Plugin() { return "streamdev-server"; } + static const char* MinVersion() { return "none"; } + }; } // namespace features } // namespace vdrlive |