diff options
author | chriszero <zerov83@gmail.com> | 2015-02-19 20:52:27 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-19 20:52:27 +0100 |
commit | 31e3ce3d0e9866a62b2d381f2ede9319840c9dea (patch) | |
tree | 4eeace9987cd8cf04ed9ce333987545665dd287d /Config.h | |
parent | 7de1748cbaf31337f1f592cc9ee47f7872333f33 (diff) | |
download | vdr-plugin-plex-31e3ce3d0e9866a62b2d381f2ede9319840c9dea.tar.gz vdr-plugin-plex-31e3ce3d0e9866a62b2d381f2ede9319840c9dea.tar.bz2 |
typo
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ public: std::string s_password; bool HideMainMenuEntry; - bool UseCustomTranscodeProfile = false; + bool UseCustomTranscodeProfile; std::string GetUUID(); void SetUUID(const char* uuid); |