Explorar el Código

add username to emby connect user creation

CauseFX hace 3 años
padre
commit
3aa8931ffc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      api/functions/auth-functions.php

+ 1 - 0
api/functions/auth-functions.php

@@ -508,6 +508,7 @@ trait AuthFunctions
 									$this->setLoggerChannel('Emby')->info('Found User');
 									return array(
 										'email' => $connectUser['Email'],
+										'username' => $connectUser['Name']
 										//'image' => $json['User']['ImageUrl'],
 									);
 								}