Denmaseno 8 yıl önce
ebeveyn
işleme
da7f9d63d2
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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)
 }