Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Fix: Get title in example movie
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick authored May 1, 2019
1 parent 03a9a15 commit 195173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $server = $plex->getServer('my_server');
$section = $server->getLibrary()->getSection('Movies');
$movies = $section->getUnwatched();
foreach ($movies as $movie){
echo $movie->title;
echo $movie->getTitle();
}
```
### Example 2: List all clients connected to the Server.
Expand Down

0 comments on commit 195173c

Please sign in to comment.