fixed typo.
This commit is contained in:
@@ -552,7 +552,7 @@ class JellyfinServer implements ServerInterface
|
||||
} catch (PathNotFoundException $e) {
|
||||
$this->logger->error(
|
||||
sprintf(
|
||||
'Failed to find media items path in %s - %s - response. Most likely empty section? report error: \'%s\'.',
|
||||
'Failed to find media items path in %s - %s - response. Most likely empty section? reported error: \'%s\'.',
|
||||
$this->name,
|
||||
$cName,
|
||||
$e->getMessage()
|
||||
@@ -805,7 +805,7 @@ class JellyfinServer implements ServerInterface
|
||||
} catch (PathNotFoundException $e) {
|
||||
$this->logger->error(
|
||||
sprintf(
|
||||
'Failed to find media items path in %s - %s - response. Most likely empty section? report error: \'%s\'.',
|
||||
'Failed to find media items path in %s - %s - response. Most likely empty section? reported error: \'%s\'.',
|
||||
$this->name,
|
||||
$cName,
|
||||
$e->getMessage()
|
||||
|
||||
@@ -576,7 +576,7 @@ class PlexServer implements ServerInterface
|
||||
} catch (PathNotFoundException $e) {
|
||||
$this->logger->error(
|
||||
sprintf(
|
||||
'Failed to find media items path in %s - %s - response. Most likely empty library? report error: \'%s\'.',
|
||||
'Failed to find media items path in %s - %s - response. Most likely empty library? reported error: \'%s\'.',
|
||||
$this->name,
|
||||
$cName,
|
||||
$e->getMessage()
|
||||
@@ -823,7 +823,7 @@ class PlexServer implements ServerInterface
|
||||
} catch (PathNotFoundException $e) {
|
||||
$this->logger->error(
|
||||
sprintf(
|
||||
'Failed to find media items path in %s - %s - response. Most likely empty library? report error: \'%s\'.',
|
||||
'Failed to find media items path in %s - %s - response. Most likely empty library? reported error: \'%s\'.',
|
||||
$this->name,
|
||||
$cName,
|
||||
$e->getMessage()
|
||||
|
||||
Reference in New Issue
Block a user