diff options
Diffstat (limited to 'playlist.h')
| -rw-r--r-- | playlist.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -139,7 +139,11 @@ void ExpandEnvironment(tParamFile *FileStruc); class cPluginPlaylist : public cPlugin { private: // Add any member variables or functions you may need here. +#if VDRVERSNUM >= 10507 + const char *OSDLanguage; +#else int OSDLanguage; +#endif void TestAndSetOSDLanguage(void); bool ProcessArg(int argc, char *argv[]); |
