fixed typo.

This commit is contained in:
Abdulmhsen B. A. A
2022-04-15 20:32:14 +03:00
parent 25cabb41ae
commit 580febd4e3
2 changed files with 4 additions and 4 deletions

View File

@@ -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()

View File

@@ -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()