diff --git a/src/Joserick/Plex/Plex.php b/src/Joserick/Plex/Plex.php index b76e81e..6ff0dc6 100644 --- a/src/Joserick/Plex/Plex.php +++ b/src/Joserick/Plex/Plex.php @@ -228,7 +228,7 @@ public function getAllClients() * * @throws Plex_Exception_Server Server token not obtained. */ - public function getToken($username, $password) { + private function getToken($username, $password) { $host = "https://plex.tv/users/sign_in.json"; $header = array( 'Content-Type: application/xml; charset=utf-8',