Explorar o código

add username to emby connect user creation

CauseFX %!s(int64=3) %!d(string=hai) anos
pai
achega
3aa8931ffc
Modificáronse 1 ficheiros con 1 adicións e 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'],
 									);
 								}