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

Commit

Permalink
Added new files to the bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbart committed Dec 16, 2012
1 parent 23b96c2 commit f979015
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Plex.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
require_once(sprintf('%s/Machine/MachineInterface.php', $phpPlexDir));
require_once(sprintf('%s/Machine/MachineAbstract.php', $phpPlexDir));
require_once(sprintf('%s/Server.php', $phpPlexDir));
require_once(sprintf('%s/Server/Library.php', $phpPlexDir));
require_once(sprintf('%s/Server/Library/Section.php', $phpPlexDir));
require_once(sprintf('%s/Server/Library/Item/ItemInterface.php', $phpPlexDir));
require_once(sprintf('%s/Server/Library/Item.php', $phpPlexDir));
require_once(sprintf('%s/Server/Library/Item/Movie.php', $phpPlexDir));
require_once(sprintf('%s/Server/Library/Item/Show.php', $phpPlexDir));
require_once(sprintf('%s/Server/Library/Item/Episode.php', $phpPlexDir));
require_once(sprintf('%s/Client.php', $phpPlexDir));

/**
Expand Down

0 comments on commit f979015

Please sign in to comment.