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

Commit

Permalink
feat: Added constant 'contentRating' for movies and shows
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Apr 18, 2019
1 parent fb1d108 commit 0eb7f70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Joserick/PHPlex/Server/Library/SectionAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ abstract class Plex_Server_Library_SectionAbstract extends Plex_Server_Library
*/
const ENDPOINT_CATEGORY_YEAR = 'year';

/**
* Endpoint for retrieving shows by content rating.
*/
const ENDPOINT_CATEGORY_CONTENT_RATING = 'contentRating';

/**
* Endpoint for searching a section for items.
*/
Expand Down

0 comments on commit 0eb7f70

Please sign in to comment.