Browse Source

Rename CEC to Plex instead of PlexMPlayer

Tobias Hieta 9 years ago
parent
commit
e8f0233140
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/input/InputCEC.cpp

+ 1 - 1
src/input/InputCEC.cpp

@@ -61,7 +61,7 @@ bool InputCEC::initInput()
   m_verboseLogging = SettingsComponent::Get().value(SETTINGS_SECTION_CEC, "verbose_logging").toBool();
 
   m_configuration.clientVersion = LIBCEC_VERSION_CURRENT;
-  strcpy(m_configuration.strDeviceName, "PlexMPlayer");
+  strcpy(m_configuration.strDeviceName, "Plex");
   m_configuration.bActivateSource = 0;
   m_callbacks.CBCecLogMessage = &CecLogMessage;
   m_callbacks.CBCecKeyPress = &CecKeyPress;