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

Commit

Permalink
fix: Class path for call different classes sections
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Apr 13, 2019
1 parent 8b74807 commit c29a4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Joserick/Plex/Server/Library/SectionAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ public function getGenres()
public static function factory($type, $name, $address, $port, $token)
{
$class = sprintf(
'Plex_Server_Library_Section_%s',
__NAMESPACE__.'\Section\Plex_Server_Library_Section_%s',
ucfirst($type)
);

Expand Down

0 comments on commit c29a4ca

Please sign in to comment.