Преглед изворни кода

add username to emby connect user creation

CauseFX пре 3 година
родитељ
комит
3aa8931ffc
1 измењених фајлова са 1 додато и 0 уклоњено
  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'],
 									);
 								}