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