Skip to content

Commit

Permalink
fix: remove duplicate function
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Jul 27, 2022
1 parent 170fccc commit 0ecb64e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Plex/Plex.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ function __construct()
//$this->jar = new \GuzzleHttp\Cookie\CookieJar; // Uncomment if cookies need to be set
}

public function test()
{
$test = parent::appTest($this->url("/library/recentlyAdded"));
echo $test->status;
}

public function test()
{
$test = parent::appTest(
Expand Down

0 comments on commit 0ecb64e

Please sign in to comment.