Denmaseno 8 năm trước cách đây
mục cha
commit
da7f9d63d2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      plex.go

+ 1 - 0
plex.go

@@ -135,6 +135,7 @@ func (api *API) login() error {
 	if err != nil {
 		return err
 	}
+	log.Debug("LOGIN RESULT\n", string(body))
 	return xml.Unmarshal(body, &api.userInfo)
 }