瀏覽代碼

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'],
 									);
 								}